#slideshow{
	background: #000;
	width: 100%;
}

#slideshow img{
	border: 0;
}

#slideshow h1{
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	line-height: 35px;
	margin-left: 10px;
	overflow: hidden;
	padding: 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 60%;
}

#slideshow .toolbar h1 a{
	color:#ccc;
}

#slideshow .toolbar h1 a:hover{
	color:#fff;
}

#slideshow .toolbar{
	border-bottom:1px solid #666;
	height: 35px;
}

#slideshow .toolbar a{
	color: #fff;
	text-decoration: none;
}

#slideshow .toolbar > a{
	display: block;
	height: 35px;
	padding: 0px 8px;
	width: 23px;
	background-position: center;
	background-repeat: no-repeat;
	float:left;
	opacity:0.5;
	filter: alpha(opacity = 50);
}

#slideshow .toolbar a.logo{
	width: 140px;
	opacity:1;
	filter: alpha(opacity = 100);
	
	background: url("/images/slideshow_logo.png") no-repeat scroll center;
}


#slideshow .toolbar a.logo:hover{
	background: url("/images/logo.png") no-repeat scroll center;
}

#slideshow .toolbar span.sep{
	display: block;
	height: 19px;
	width: 0px;
	border-right:1px solid #666;
	float:left;
	height: 35px;
}

#slideshow .toolbar > a:hover{
	opacity: 1;
	filter: alpha(opacity = 100);
	background-color: #333;
}

#slideshow .toolbar a:first-child{
	border-left:0;
}

#slideshow .toolbar a.back{
	background-image:  url(../images/icn_back_white.png);
}

#slideshow .toolbar a.like{
	background-image:  url(../images/icn_heart_white.png);
}

#slideshow .toolbar a.like:hover{
/*	background-image:  url(../images/icn_heart_blue.png);*/
}

#slideshow .toolbar a.like.liked{
	background-image:  url(../images/icn_heart_blue.png);
	opacity:1;
}

#slideshow .toolbar a.share{
	background-image:  url(../images/icn_share_white.png);
}

#slideshow .toolbar a.fullscreen{
	float:right;
	font-weight: bold;
	width:auto;
	line-height: 35px;
}

#slideshow .toolbar .addthis_toolbox{
	padding:5px 0 0;
}

#slideshow .toolbar a.fullscreen span{
	background: url(../images/icn_fullscreen_white.png) no-repeat right center;
	float: right;
	font-size: 13px;
	float:right;
	width: auto;
	display:block;
	height: 35px;
	width: 30px;
}

#slideshow .toolbar a.exit{
	background-image:  url(../images/icn_cross_white.png);
	float:right;
}

#slideshow .right-content{
	width: 300px;
	float:right;
	background: #242424;
	height: 100%;
}

#slideshow .left-content{
/*	float:left;
	margin-right: 10px;
	margin-left:10px;
	min-height: 200px;
	width: 680px;
	height: 100%;
	position: relative;*/
	
	position: absolute;
	right: 310px;
	left: 10px;
	bottom: 0px;
}

#slideshow .image-wrapper{
	overflow: hidden;
	height: 100%;
	text-align: center;
}

#slideshow .image-wrapper img{
	max-width: 100%;
	max-height: 100%;
}

#slideshow .image-description{
	font-size: 14px;
	color:#ccc;
	padding: 5px;
	margin-bottom: 10px;
}

#slideshow .note{
	color:#999;
	font-size: 11px;
	margin-top:5px;
}

#slideshow .note small{
	font-size: 12px;
}

#slideshow .note a{
	text-decoration: none;
	color:#999;
}

#slideshow .note .relation a{
	padding: 2px 5px;
}

#slideshow .note .relation a:hover{
	background-color: #007ac1;
	color:#FFF;
}

#slideshow .image-description{
	color:#ccc;
}

#slideshow .note .licence a,
#slideshow .note .licence{
	color: #999;
}

#slideshow .nav{
	position: relative;
}

#slideshow .nav a{
	position: absolute;
	width:55px;
	top:0px;
	background-repeat: no-repeat;
	background-position: center;
	width: 33%;
	z-index: 1;
}


#slideshow .nav a.prev{
	background-image: url(../images/arrow_left_trans.png);
	left:10px;
	background-position: left center;
}

#slideshow .nav a.next{
	background-image: url(../images/arrow_right_trans.png);
	right: 10px;
	background-position: right center;
}

#slideshow .nav a.next:hover{
	background-image: url(../images/arrow_right_opaque.png);
}

#slideshow .nav a.prev:hover{
	background-image: url(../images/arrow_left_opaque.png);
}


#slideshow .thumbs{
	margin:0;
	height:80px;
}

#slideshow .thumbs .next,
#slideshow .thumbs .prev{
	display: block;
	height: 80px;
	width:44px;
	background: #444 no-repeat center;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}


#slideshow .thumbs .next.disabled:hover,
#slideshow .thumbs .prev.disabled:hover{
	opacity: 0.5;
	filter: alpha(opacity = 50);
	cursor: default;
}

#slideshow .thumbs .next{
	float:right;
	background-image: url(../images/ss_slider_right_opaque.png);
}

#slideshow .thumbs .prev{
	float:left;
	background-image: url(../images/ss_slider_left_opaque.png);
}

#slideshow .ul-wrapper{
	margin: 0 49px;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}

#slideshow ul{
	margin: 0;
	padding: 0;
}

#slideshow ul li{
	display: inline;
	height: 80px;
	list-style: none;
	margin-left: 2px;
	opacity:0.5;
	filter: alpha(opacity = 50);
}

#slideshow ul li.selected,
#slideshow ul li:hover{
	opacity: 1;
	filter: alpha(opacity = 100);
}

#slideshow ul li:first-child{
	margin-left: 0;
}

#slideshow ul li img{
	height: 80px;
	border:0;
}


#slideshow .comments .total{
	padding: 10px;
	border-bottom:1px solid #4C4C4C;
}

#slideshow .comments .total span{
	display: inline-block;
	padding: 5px 10px;
	background:#fff;
	font-weight: bold;
	font-size: 12px;
	color:#333;
	position: relative;
	min-width: 20px;
	text-align: center;
}

#slideshow .comments .total span:after{
	content:"";
	background:url(../images/comment_whitebox_arrow.png) no-repeat center;
	display:block;
	width:10px;
	height:8px;
	position: absolute;
	left:10px;
	bottom:-7px;
}

#slideshow .comments-wrapper{
	overflow: auto;
}

#slideshow .comments-wrapper .new_comment{
	padding: 6px;
	background: #3A3A3A;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #4C4C4C;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
}

#slideshow .comments-wrapper .new_comment img{
	float:left;
	margin-right: 10px;
}

#slideshow .comments-wrapper .item_comm{
	padding: 6px;
	background-color: #242424;
	border-bottom: 1px solid #4C4C4C;
}

#slideshow .comments-wrapper .item_comm img{
	float:left;
	margin-right: 10px;
	width: 36px;
	height: 36px;
}

#slideshow .comments-wrapper .forms{
/*	display: none;*/
}

#slideshow .comments-wrapper .item_comm textarea{
	width: 215px !important;
	height: 30px !important;
}

#slideshow .comments-wrapper .item_comm a.username:hover{
	color: #007AC1 !important;
}

#slideshow .comments-wrapper .item_comm .date{
	display: none;
}

#slideshow .comments-wrapper a.comment_button{
	display: none !important;
}

#slideshow .comments-wrapper .button_comm{
	margin-left: 46px !important;
	
	border:1px solid transparent;
	
	font-weight: bold;
	font-size: 12px;
	
	
}

#slideshow .comments-wrapper .button_comm{
	margin-left: 46px !important;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	
	border:1px solid #999;
	border:1px solid transparent;
	
	backgroud-color:#cfcfcf;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#cfcfcf');
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#cfcfcf));
	background: -webkit-linear-gradient(top,  #fcfcfc, #cfcfcf);
	background: -moz-linear-gradient(top,  #fcfcfc, #cfcfcf);
	background: -ms-linear-gradient(top,  #fcfcfc, #cfcfcf);
	background: -o-linear-gradient(top,  #fcfcfc, #cfcfcf);
	background: linear-gradient(top,  #fcfcfc, #cfcfcf);
	color:#333333;
}


#slideshow .comments-wrapper .button_comm:hover{
	border:1px solid transparent;
	
	background: #0099CC;
	color:#FFFFFF;
}

#slideshow .comments .item_comm .comm_txt{
	width: 226px;
}

#slideshow .comments-wrapper .item_comm{
	position: relative;
}

#slideshow .comments-wrapper .item_comm .delete_comment{
	display: none;
	position: absolute;
	top:10px;
	right:10px;
}

#slideshow .comments-wrapper .item_comm:hover .delete_comment{
	display: block;
}

#slideshow .jScrollPaneTrack{
	border-left: 1px solid #4C4C4C;
	background-color: #242424;
	
}

#slideshow .jScrollPaneDrag{
	background-color: #959595;
	border: 1px solid #000000;
	width:8px !important;
}

#slideshow .suggestions-wrapper{
	position: absolute;
	left:0;
	right:0;
	top:0;
	margin:100px auto;
	width:630px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	z-index: 2;
}

#slideshow .suggestions{
	background: #000;
	display: none;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

#slideshow .suggestions h3{
	border-bottom:1px solid #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#slideshow .suggestions a:first-child{
	margin-left: 0;
}

#slideshow .suggestions a{
	color:#fff;
	display: inline-block;
	margin: 0 0 10px 10px;
	width: 150px;
	float:left;
	text-decoration: none;
	white-space: normal;
	height: 250px;
}

#slideshow .suggestions span{
	display: inline-block;
	padding: 10px;
}

#slideshow .suggestions a:hover{
	background: #333;
}

#slideshow .suggestions img{
	display: block;
	width:100%;
	margin-bottom: 10px;
}
