@CHARSET "ISO-8859-1";

body{
	background: url("../LOD/images/back-2.jpg") no-repeat fixed right -90px #111111;
	
	/*
	background: url("../LOD/images/moon.jpg") no-repeat fixed -150px -520px transparent;
	*/
	/* 
	background: url("../LOD/images/background.jpg") repeat scroll 0 0 transparent;
	*/
	
	margin: 0;
	padding: 0; 
}

body, .ui-tooltip, .qtip{	
	font-family: verdana,"Lucida Grande","Lucida Sans Unicode",sans-serif;
    line-height: 1.5em;
    font-size: 14px;
}


h1, h2, h3, h4, h5, h6{
	color: #dddddd;
	font-family: "Times New Roman", "trebuchet MS","Lucida Grande","Lucida Sans Unicode",verdana,sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 35px;
	line-height: 35px;
	margin-top: 0;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 17px;
}

a, a:link, a:visited{
	color: #DDDDDD;
	text-decoration: underline;
}

p{
	margin: 10px 0;
}

blockquote{
	background: url("../LOD/images/quotes2.png") no-repeat scroll 20px 20px transparent;
    color: #CCCCCC;
}


a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper #header{
	height: 120px;
}

#wrapper #header #logo{
	margin: 20px auto 0;
    width: 442px;
}

#wrapper #header #authentication_link_holder {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 12px;
}


#wrapper #nav{
	background-color: #333333;
    border: 2px solid #111111;
    height: 33px;
    width: 960px;
}

#wrapper #nav ul#menu{
	list-style: none outside none;
    margin: 0;
}

#wrapper #nav ul#menu li{
	float: left;
    font-size: 22px;
    margin: 0 24px;
    padding: 0;
    position: relative;
}

/* IE 7 and below hack */
*+html #wrapper #nav ul#menu li{
	margin: 0 25px;
}


#wrapper #nav ul#menu li ul{
	display: none;
	position: absolute;
	z-index: 10;
	background-color: #333;
	border: 1px solid #fff;
	top: 25;
	margin: 0;
	padding: 0;
}

#wrapper #nav ul#menu li:hover ul,
#wrapper #nav ul#menu li.show ul{
	display: block;
}

#wrapper #nav ul#menu li ul li{
	border-bottom: 1px solid #fff;
	list-style-type: none;
	margin: 0;
}

#wrapper #nav ul#menu li ul li:last-child{
	border-bottom: none;
}


#wrapper #nav ul#menu li ul li a{
	display: block;
	padding: 5px 30px;
}

#wrapper #nav ul#menu li a, 
#wrapper #nav ul#menu li a:visited,
#wrapper #nav ul#menu li a:link
{
	color: #CCCCCC;
	font-size: 16px;
}

#wrapper #nav ul#menu li a:hover{
	color: #FFFFFF;
}

#wrapper #content{
	padding: 10px;
	background-color: #212121;
	border: 2px solid #000000;
	margin: 25px auto;
	width: 940px;
}

#wrapper #content #los{
	float: right;
}

#wrapper #content .advertisement{
	
}

#wrapper #content .advertisement.left{
	float: left;
	margin: 0 10px 10px 0; 
}

#wrapper #content .advertisement.right{
	text-align: left;
	float: right;
	margin: 0 0 10px 10px; 
}

#wrapper #content .advertisement.link{
	margin: 0 0 5px;
}

#wrapper #content .advertisement.horizontal{
	margin: 0 0 20px 0;
	float: left;
}

#wrapper #content .advertisement.horizontal.fake_ads{
	background: url('../LOD/images/google_ads_horizontal.jpg') no-repeat scroll 0 0 transparent;
}



#wrapper #sidebar{
	float: left;
	width: 220px;
	padding: 0;
	font-size: 14px;
}

#sidebar #sidebar_common{
	margin: 0 0 15px;
}

#sidebar ul{
	list-style: none outside none;
    margin: 0;
    padding: 0;
}

#sidebar ul li{
	
}

#sidebar ul li a{
	font-family: Times New Roman,serif;
    font-size: 15px;
    font-weight: bold;
}

#sidebar .section{
	padding: 50px 15px 40px 0;
}

#sidebar #recent_comments{
	background: url('../LOD/images/recent_comments.png') no-repeat scroll 0 0 transparent;
}

#sidebar #recent_comments #comment_list{
	margin: 0;
}

#sidebar #recent_comments #inner_comment_list{
	border: none;
}

#sidebar #recent_comments #inner_comment_list .title{
	border: none;
	font-weight: bold;	
	padding: 3px 10px 0;
}

#sidebar #recent_comments #inner_comment_list .comment_body{
	border: none;
	border-bottom: 2px solid #999999;
	padding: 0 10px 3px;		
}

#sidebar #tag_clouds{
	background: url('../LOD/images/tag_clouds.png') no-repeat scroll 0 0 transparent;
}

#sidebar #other_links {
    background: url("../LOD/images/other_links.png") no-repeat scroll 0 0 transparent;
    margin: 20px 0 0;    
}

#sidebar #other_links ul{
	list-style-type: disc;
	padding: 0 10px 0 20px;
}

#sidebar #tag_clouds .tag{
	padding: 5px;
	display: inline-block;
}

#sidebar .advertisement.vertical{
	margin: 35px 0 20px;
}

#sidebar .advertisement.vertical.fake_ads{
	background: url('../LOD/images/google_ads_vertical.jpg') no-repeat scroll 0 0 transparent;
}











#wrapper #inner_content{
	word-wrap: break-word;
}

#wrapper #inner_content.side{
	float: right;
	width: 710px;
}

#wrapper #inner_content pre{
	white-space: pre-wrap;
	margin-top: 10px;
}

#inner_content #sorted_by{
	text-align: center;
	margin: 50px 0 30px;
}

#inner_content #sorted_by li{
	border: 3px solid #999999;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/* IE 7 and earlier hack */
*+html #inner_content #sorted_by li{
	border: none;
	display: inline;
}

#inner_content #sorted_by li a{
	display: inline-block;
    font-family: "Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
}

#inner_content #sorted_by li.selected a,
#inner_content #sorted_by li a:hover{
	background-color: #999999;
    color: #111111;
}



#inner_content #all_sections{
	padding: 0;
}

#inner_content .suggestion{
	margin: 20px 0 0;
}

#inner_content .suggestion a{
	padding: 5px 10px 10px;
	background: #333333;
	text-decoration: none;	
}

/*
#inner_content .pagination a{
	color: inherit;
}

#inner_content .pagination a:hover{
	color: #111111;
}
*/


#inner_content .share{
	border-bottom: 2px solid #999999;
    border-top: 2px solid #999999;
    color: #DDDDDD;
    height: 70px;
    margin: 25px 0 15px;
    padding: 15px;
    position: relative;
    text-align: left;
    overflow: hidden;
}

#inner_content .share span.text{
	font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 35px;
}

#inner_content .share ul{
	left: 100px;
    list-style-type: none;
    position: absolute;
    top: 15px;
}

#inner_content .share li{
	float: left;
	padding: 0 10px;
	overflow: hidden; 
}


.advertisement.large{
	margin: 20px 0 25px;
}

.advertisement.large.fake_ads{
	background: url('../LOD/images/google_ads_large.jpg') no-repeat scroll 0 0 transparent;
}

#wrapper #content, #grid table{
	color: #a9a8a8;
}


#_msg ._group_msg{
	box-shadow: 5px 5px 5px #111111;
	color: #ffffff;
}


#_msg ._notice {
	color: #666;
}

/* This is for modal dialog */
div._msg a, div._msg a:link, div._msg a:visited{
	color: #000000;
	text-decoration: underline;
}

div._msg a:hover{
	text-decoration: none;
}


#comments{
	margin: 20px 0;
}

#comments #comments_header {
	background-color: #444444;
    border: 2px solid #111111;
    padding: 10px;
}

#comments h3{
    color: #EEEEEE;
    font-weight: bold;
    float: left;
    margin: 0;
}

#comments #post_comment {
	float: right;
	color: #EEEEEE;
}

#comments #post_comment:hover{
	color: #fff;
}

#comments .comment {
	border: none;
    border-left: 5px solid #000000;
    margin: 10px 0;
    padding: 10px;
}

#comments .comment .comment_time{
	font-size: 14px;
}

#comments .comment.even {
    background: none repeat scroll 0 0 #444444;
}

#comments .comment.odd {
    background: none repeat scroll 0 0 #333333;
}

#frm_comment textarea{
	width: 650px;
	height: 120px;
}




.vote{
	background-color: #CCCCCC;
    border: 2px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    color: #707070;
    display: inline-block;
    font-size: 22px;
    font-style: italic;
    padding: 5px 60px 5px 7px;
    position: relative;
    text-align: left;
}

/* IE 7 and earlier hack */
*+html .vote{
	display: inline;
}

.vote .count{
	position: relative;
}

.vote .up, .vote .down{	
	cursor: pointer;
    display: inline-block;
    height: 23px;
    position: absolute;
    top: 5px;
    width: 18px;
}

.vote .up:hover, .vote .down:hover{
	background-position: top center;
}

.vote .up.inactive, .vote .down.inactive{
	background-position: top right !important;
	cursor: default;
}

.vote .up{
	background: url("../LOD/images/thumbs_up.png") no-repeat scroll 0 0 transparent;
	right: 7px;
}

.vote .down{
	background: url("../LOD/images/thumbs_down.png") no-repeat scroll 0 0 transparent;
	right: 33px;
}




.section_info{
	
}

.section_info .total_visited{
	padding-left: 36px;
	background-image: url("../LOD/images/eye.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
}

.section_info .comments_info{
	margin-left: 10px;
}

.section_info .total_comments{
	
}

.section_info .post_comment{
	position: relative;
    top: 7px;
}

.section_info .post_comment a{
	width: 25px;
	height: 22px;
	background-image: url("../LOD/images/post_comment.png");
    background-repeat: no-repeat;
    display: inline-block;
}










#footer{
	padding: 0;
    width: 960px;
    position: relative;
}

#footer #info{
	text-align: center;
	color: #DDDDDD;
}

#footer #sections{
	height: 280px;
}

#footer div.section{
    padding: 40px 0;
    position: absolute;
}

#footer .section ul{
	margin: 0;
	padding: 0;
}

#footer .section ul li{
	list-style: none outside none;
}

#footer .section ul li a{
	font-size: 14px;
}

#footer #followus li{
	float: left;
	margin: 0 10px 0 0;
}

#footer #followus li a{
	display: block;
    height: 47px;
    width: 47px;
}

#footer #followus li a:hover{
	background-position: left 0 !important;
}

#footer #followus li a#rss{
	background: url("../LOD/images/rss.png") no-repeat right 0 transparent;
}

#footer #followus li a#facebook{
	background: url("../LOD/images/facebook.png") no-repeat right 0 transparent;
}



#footer #lod{
	background: url("../LOD/images/f_lod.png") no-repeat scroll 0 0 transparent;
	left: 15px;
    width: 200px;
}

#footer #los{
	background: url("../LOD/images/f_los.png") no-repeat scroll 0 0 transparent;
	left: 260px;
    width: 200px;
}

#footer #lol{
	background: url("../LOD/images/f_lol.png") no-repeat scroll 0 0 transparent;
	left: 520px;
    width: 200px;
}

#footer #followus{
	background: url("../LOD/images/f_followus.png") no-repeat scroll 0 0 transparent;
	right: 0;
    width: 150px;
}




















#members .ui-widget-header{
	background: #666;
	border: 1px solid #000;
}

#members li.ui-state-default{
	background: #333;
	border: 1px solid #666;
}

#members li.ui-tabs-selected, 
#members li.ui-state-active{
	border: 2px solid #000000; 
}

#members .ui-state-default a, 
#members .ui-state-default a:link, 
#members .ui-state-default a:visited{
	color: #ccc; 
}

#members .section_box table tr:hover{
	background: #333333;
}

.ui-tabs.ui-widget-content {
    color: #A9A8A8;
}


div.ui-dialog.ui-widget-content{
	color: #111111;
}

.ui-dialog.ui-widget-content a{
	color: #111111;
}
















#songs{
	
}

#songs .song{
	background-color: #E7E9E6;
    border: 1px solid #111111;
    border-radius: 10px 10px 10px 10px;
    color: #707070;
    margin: 0 30px 30px;
    padding: 10px 50px;
}

#songs .song h2{
	float: left;
	color: #707070;
	max-width: 430px;
}

#songs .song h2 .title{
	font-weight: bold;
	font-style: italic;
}

#songs .song .section_info{
	
}

#songs .song .tag{
}

#songs .song .vote{
	float: right;
	background-image: none;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #707070;
	border-radius: 0;
}

#songs .song a{
	color: #707070;
}

#songs .song a:hover{
	color: #111111;
}


#song .content{
	text-align: center;
}

#song .content h2{
	margin: 0 0 20px;
}

#song .content .advertisement.large {
    margin: 25px auto;
}


#song .vote{
	margin: 0 0 10px;
}

#song .fb_like{
	text-align: center;
}






#story h2{
	float: left;
}

#story .vote{
	float: right;
	margin: 0 20px; 
}





#classic_stories .classic_story{
	background-color: #E7E9E6;
    border: 1px solid #111111;
    border-radius: 10px 10px 10px 10px;
    color: #707070;
    margin: 0 30px 30px;
    padding: 10px 50px;
}

#classic_stories .classic_story h2{
	float: left;
	color: #707070;
	max-width: 430px;
}

#classic_stories .classic_story h2 .title{
	font-weight: bold;
	font-style: italic;
}

#classic_stories .classic_story .vote{
	float: right;
	background-image: none;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #707070;
	border-radius: 0;
}

#classic_stories .classic_story a{
	color: #707070;
}

#classic_stories .classic_story a:hover{
	color: #111111;
}





#classic_story h2{
	float: left;
}

#classic_story .vote{
	float: right;
	margin: 0 20px; 
}












#articles .article{
	margin: 0 0 50px;
}





#article h1{
	float: left; 
}


#article .vote{
	float: right;
	margin: 0 20px; 
}








#poems #all_sections{
	text-align: center;
}

#poems .poem{
	margin: 0 0 75px 0;
}


#poem .content{
	text-align: center;
}

#poems .advertisement.large, #poem .advertisement.large {
    margin: 25px auto;
}


#poems .poem .info span{
	margin-right: 10px;
}








#picture{
	padding-top: 10px;
}

#picture .content h2{
	float: left;
}

#picture .content .vote{
	float: right;
}

#picture .content img{
	max-width: 710px;
}








#quotes .quote{
	background: url("../LOD/images/quotes.png") no-repeat scroll 20px 20px #E7E9E6;
    border-radius: 10px 10px 10px 10px;
    color: #4C4C4C;
    font-family: georgia, verdana,"Lucida Grande","Lucida Sans Unicode",sans-serif;
    font-size: 14px;
    font-style: italic;
    margin: 0 20px 35px 0;
    padding: 20px 10px 10px 80px;
    position: relative;
}

#quotes .quote p{
	margin: 0;
}

#quotes .quote .user{
	text-align: right;
}

#quotes .quote a{
	font-size: 14px;
	color: #4C4C4C;
	font-style: normal;
}

#quotes .quote .left{
	float: left;
}

#quotes .quote .username{
	display: block;
}

#quotes .quote .vote{
	float: right;
	background-color: #E7E9E6;
    border: none;
}













#pictures{
	
}

#pictures .picture{
	float: left;
	border: 2px solid #CCCCCC;    
    margin: 0 14px 20px 0;    
}

#pictures .picture table{
	width: 155px;
	table-layout: fixed;
}

#pictures .picture td{
	text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

#pictures .picture .thumb a{
	display: block;
}

#pictures .picture .thumb{
	height: 160px;
	width: 155px;
}

#pictures .picture .thumb img{
	max-height: 155px;
    max-width: 155px;
}

#pictures .picture .info{
	height: 152px;
}


#pictures .picture .info .tags,
#pictures .picture .info .title,
#pictures .picture .info .user{	
	max-width: 155px;
	max-height: 25px;
    overflow: hidden;
    height: 25px;
}

#pictures .picture .info .tags{
	max-height: 50px;	
	height: auto;
}

/*
#picture .section_info{
	float: left;
}


#picture .claim_credit{
	float: right;
}
*/

#picture .credit_link{
	background-color: #111111;
    border: 1px solid #333333;
    margin: 10px 0;
    padding: 10px 15px;
}

#picture .credit_link a{
	
}





#movies{
	
}

#movies .movie{
	margin: 0;
    padding: 0 0 50px;
}

#movies .movie a.cover{
	display: block;
    float: left;
    margin: 0;
   	max-width: 210px;
}

#movies .movie img{
	max-width: 210px;
	max-height: 300px;
}

#movies .movie .info{
	float: right;
    width: 490px;
}

#movies .movie .title{
	float: left;
	width: 360px;
}

#movies .movie .director{
	clear: both;
}

#movies .movie .vote{
	float: right;
}









#movie{
}

#movie .cover{
	max-height: 400px;
    max-width: 250px;
	float: left;
	margin: 0 10px 10px 0;
}

#movie .title{
}

#movie .director{
}

#movie .vote{
	float: right;
}

#movie #tag{
	clear: both;
}











#videos .video{
	background: none repeat scroll 0 0 #333333;
    margin: 0 50px 50px;
    padding: 15px;
}

#videos .video .inner_video {
	
}

#videos .video .thumb {
	
}


#video{
	
}

#video h1{
	
}

#video .vote{
	margin: 0 0 15px 0;
}

#video .youtube{
}









#home .section{
	width: 350px;
	margin: 25px 0 0;
}

#home .section h2{
	background-color: #111111;
    border: 1px solid #333333;
    padding: 10px 15px;
}

#home .section ul{
	
}

#home .section li{
	
}

#home .section .browse{
	font-weight: bold;
}

#home .section li a{
	font-size: 14px;
}

#home .section.left{
	float: left;
}

#home .section.right{
	float: right;
	text-align: left;	
}

#home #pictures{
	width: auto;
}

#home #pictures ul{
	margin: 0;
	padding: 0;
}

#home #pictures ul li{
	float: left;
    margin: 0 26px 10px 0;
    border: 1px solid #333333;
    list-style: none;
    width: 155px;
    height: 160px;
}

#home #pictures ul li.last{
	margin-right: 0;
}

#home #pictures td{
	height: 160px;
    text-align: center;
    width: 155px;
}

#home #pictures td a{
	display: block;
    width: 155px;
}

#home #pictures td img{
	max-height: 155px;
    max-width: 155px;
}


#home #movies ul{
	margin: 0;
	padding: 0;
}

#home #movies li{
	float: left;
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}

#home #movies li.even{
	margin-right: 6px;
}

#home #movies ul table{
	table-layout: fixed;
}
#home #movies ul table,
#home #movies li,
#home #movies td,
#home #movies ul td.cover a{
	width: 172px;
}

#home #movies td{
	text-align: center;
	padding: 0;
	margin: 0;
}

#home #movies td.cover{
	height: 255px;
	position: relative;
	overflow: hidden;
}

#home #movies td a{
	display: block;
}

#home #movies td.cover img{
	max-width: 172px;	
	max-height: 255px;
}

#home #movies td.title{
	
}

#home #quotes .quote{
	background: url("../LOD/images/quotes2.png") no-repeat scroll 0 20px transparent;
	color: #A9A8A8;
	margin: 0 0 35px;
	padding: 20px 10px 10px 50px;
}

#home #quotes .quote a{
	color: #A9A8A8;
}

#home #quotes .quote .user{
	display: block;
	text-align: right;
}










#inner_content .recommended h3 {
	background: none repeat scroll 0 0 #444444;
    color: #EEEEEE;
    padding: 5px 10px;
    border: 2px solid #111111;
}



.recommended.floated_thumb{
	width: auto;
}

.recommended.floated_thumb ul{
	margin: 10px 0 0 0;
	padding: 0;
}

.recommended.floated_thumb ul li{
	float: left;
    margin: 0 25px 20px 0;
    border: 1px solid #333333;
    list-style: none;
    width: 155px;
    height: 160px;
    overflow: hidden;
}

.recommended.floated_thumb ul li.last{
	margin-right: 0 !important;
}

.recommended.floated_thumb td{
	height: 160px;
    text-align: center;
    width: 155px;
}

.recommended.floated_thumb td a{
	display: block;
    width: 155px;
    font-size: 14px;
}

.recommended.floated_thumb td img{
	max-height: 155px;
    max-width: 155px;
}









.recommended.links{
}

.recommended.links ul{
	margin: 0;
	padding: 0 5px;
}

.recommended.links ul li{
	border-bottom: 1px solid #333333;
    height: 30px;
    list-style-type: none;
    margin-bottom: 3px;
    overflow: hidden;
}

.recommended.links ul li:hover{
	background-color: #333;
}

.recommended.links ul li .section_info{
	display: inline;
	float: right;
}






#recommended_videos.recommended.floated_thumb ul li,
#recommended_videos.recommended.floated_thumb ul li td{
	width: 165px;
}

#recommended_videos.recommended.floated_thumb ul li{	
	margin: 0 12px 20px 0;
	height: 180px;
}

#recommended_videos.recommended.floated_thumb ul li td.first{
	height: 110px;
}

#recommended_videos.recommended.floated_thumb ul li td.first a{
	width: 100%;
}

#recommended_videos.recommended.floated_thumb ul li td.second{
	height: 70px;
}



#recommended_movies.recommended.floated_thumb ul li,
#recommended_movies.recommended.floated_thumb ul li td{
	width: 225px;
	height: 340px;
}

#recommended_movies.recommended.floated_thumb ul li{	
	margin: 0 12px 20px 0;	
}

#recommended_movies.recommended.floated_thumb ul li a{	
	width: 100%;
}

#recommended_movies.recommended.floated_thumb ul li img{	
	max-height: 320px;
	max-width: 210px;
}

















#grid table tr:hover{
	background: #333333;
}

#grid tr.pending{
	background: #333343;
}

#grid table tr th {
	background: none repeat scroll 0 0 #111111;
}

#grid table td {
	border: 1px solid #666666;
}

#grid #grid_buttons{
	background-color: #212121;
}

#grid #grid_buttons .mark_all{
	border-color: #000000;
	background-color: #333333;
}

#grid #grid_buttons{
	border-bottom-color: #999999;
}






/* UI Section */

form fieldset{
	border: 1px solid #000;
	border-radius: 5px;
	padding: 10px 15px;
}

/* Input Field's color and background */

form input[type="text"], 
form input[type="password"], 
form input,
form textarea,
select,
select option, 
.input{
	color: #000;
	background: #DDDDDD;
	font-size: 14px; 
}

button, input[type="button"], input[type="submit"]{
	border-radius: 5px;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover{
	color: #FFFFFF;
	background-color: #333933;
}

select{
}

select option{
	padding: 0 5px;
}

.tagedit-list li.tagedit-listelement-old,
.tagedit-list li.tagedit-listelement-old:hover{
	background-color: #999;
	border-color: #666;
}

.tagedit-list li.tagedit-listelement-old:hover{
	border-color: #333;
}

.tagedit-list li.tagedit-listelement-new input{
	background-color: #DDDDDD;
}



.qq-upload-button{
	background: none repeat scroll 0 0 #333333;
    border: 1px solid #111111;	
    color: #E8E8E8;
    padding: 5px 10px;
    font-size: 14px;
}

.qq-upload-button-hover{
	color: #FFFFFF;
	background: none repeat scroll 0 0 #333933;
}










.qtip a{
	color: #555555;
}








/* Breadcrumbs Section */
#outer_breadcrumbs {
	margin: 10px 0;
}

#breadcrumbs {
	background: none repeat scroll 0 0 #333333;
    font-size: 14px;
    margin: 0 0 5px;
    padding: 5px 10px;
}

#breadcrumbs .seperator {
	background: url("../LOD/images/breadcrumbs.png") no-repeat scroll 0 0;
	padding: 0 10px;
}






#next_prev {
	margin: 20px 0;
	position: relative;
	height: 50px;
}

#next_prev .prev {
    left: 0;
    position: absolute;
    top: 0;
}

#next_prev .np_vote {
	text-align: center;
}

#next_prev .np_vote .vote{
	float: none;
}

#next_prev .next {	
    right: 0;
    position: absolute;
    top: 0;
}





/* Carousel Section */

#carousel_wrap {
	padding: 15px 5px;
	margin: 25px auto 50px;
	position: relative;
	width: 950px;
	background-color: #212121;
	border: 2px solid #000000;
}
#carousel {
	width: 850px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	margin: 0 50px;
	height: 150px;
}
#carousel table {
	position: absolute;
	left: 0px;
	top: 0px;
}
#carousel table tr td {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0 15px;
}
#carousel table tr td img {
	max-height: 145px;
	max-width: 145px;
	background-color: #333;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
}
#carousel_wrap .prev {
	padding: 0px;
	background-image: url(../LOD/images/prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 32px;
	margin: 0px;
	position: absolute;
	left: 15px;
	top: 70px;
	cursor: pointer;
}
#carousel table td a {
	color:#333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	outline-style: none;
	display: block;
}

#carousel_wrap .load_more_images{
	width: 145px;
	height: 145px;
	background-image: url("../LOD/images/add_more.jpg");
	background-repeat: no-repeat;
	display: block;
	opacity: 0.6;
}

#carousel_wrap .load_more_images:hover{
	opacity: 1;
}

#carousel_wrap .prev:hover {
	background-position: -32px;
}

#carousel_wrap .prev:active {
	background-position: -64px;
}

#carousel_wrap .next {
	padding: 0px;
	background-image: url(../LOD/images/next.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 32px;
	margin: 0px;
	position: absolute;
	right: 15px;
	top: 70px;
	cursor: pointer;
}

#carousel_wrap .next:hover {
	background-position: -32px;
}
#carousel_wrap .next:active {
	background-position: -64px;
}
