.light-round .slide-wrapper{
	background-color:#fff; border:4px solid #fff; -moz-box-shadow: 0px 0px 10px #ccc; -webkit-box-shadow: 0px 0px 10px #ccc; box-shadow: 0px 0px 10px #ccc;
}
.light-round .preloader{
	background:url('images/preloader2.gif') no-repeat; width:62px; height:14px;
}
.light-round .navigation-arrows a{
	background:url('images/arrows.png') no-repeat; width:66px; height:66px; top:50%; margin-top:-33px;
}
.light-round .navigation-arrows a.previous{
	left: 20px;
}
.light-round .navigation-arrows a.next{
	right: 20px; background-position: -66px 0px;
}
.light-round .slideshow-controls{
	background:url('images/playpause.png') no-repeat; width:66px; height:66px; top:50%; left:50%; margin-top:-33px; margin-left:-33px;
}
.light-round .slideshow-controls.pause{
	background-position: 0px 0px;
}
.light-round .slideshow-controls.play{
	background-position: -66px 0px;
}
.light-round .shadow{
	bottom:-45px; height:94px; opacity:0.7; filter:alpha(opacity=70); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.light-round .shadow .shadow-left, .light-round .shadow .shadow-right{
	width:262px; height:94px;
}
.light-round .shadow .shadow-left{
	background:url('images/shadow_left.png');
}
.light-round .shadow .shadow-right{
	background:url('images/shadow_right.png')
}
.light-round .shadow .shadow-middle{
	background:url('images/shadow_middle.png') repeat-x; height:94px; 
}
.light-round .timer-animation{
	top:20px; right:20px;
}
.light-round .caption .background{
	background-color:#000; width:100%; height:100%;
}
.light-round .caption .content{	
	color:#fff; margin:0px; padding:10px;
}
.light-round .navigation-buttons{
	bottom:-40px; height:14px;
}
.light-round .navigation-buttons .left, .light-round .navigation-buttons .right {}
.light-round .navigation-buttons .left {}
.light-round .navigation-buttons .middle {}
.light-round .navigation-buttons .right {}
.light-round .navigation-buttons .buttons {}
.light-round .navigation-buttons .buttons a{
	background:url('images/buttons.png') no-repeat; background-position:0px 0px; cursor:pointer; width:14px; height:14px; margin:10px 2px; text-align:center;
}
.light-round .navigation-buttons .buttons a.over{
	background-position:-14px 0px; 
}
.light-round .navigation-buttons .buttons a.select{
	background-position:-28px 0px; 
}

.light-round .navigation-buttons .buttons a p{
	margin:1px 0px; font-size:8px; font-weight:bold; color:#666;
}
.light-round .navigation-buttons .buttons a.over p{
	color:#333;
}
.light-round .navigation-buttons .buttons a.select p{
	color:#333;
}
.light-round .navigation-buttons .buttons .thumbnail{
	margin-bottom:10px;
}
.light-round .thumbnail{
	width:80px; height:50px; background-image:url('images/preloader.gif'); background-color:#fff; background-position:center; background-repeat:no-repeat; border:solid 3px #fff; -moz-box-shadow: 0px 0px 10px #AAA; -webkit-box-shadow: 0px 0px 10px #AAA; box-shadow: 0px 0px 10px #AAA;
}
.light-round .navigation-thumbnails.horizontal{
	margin-top:50px; padding:0px 20px;
}
.light-round .navigation-thumbnails.vertical{
	margin-left:50px; padding:20px 0px;
}
.light-round .navigation-thumbnails .thumbnail{
	cursor:pointer; margin:10px 5px;
}
.light-round .navigation-thumbnails .thumbnail.over{
	border:solid 3px #fff; -moz-box-shadow: 0px 0px 10px #555; -webkit-box-shadow: 0px 0px 10px #555; box-shadow: 0px 0px 10px #555;
}
.light-round .navigation-thumbnails .thumbnail.select{
	border:solid 3px #fff; -moz-box-shadow: 0px 0px 10px #555; -webkit-box-shadow: 0px 0px 10px #555; box-shadow: 0px 0px 10px #555;
}
.light-round .thumbnail .caption .background{
	background-color:#000; opacity:0.5; filter:alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.light-round .thumbnail .caption .content{
	color:#fff; font-size:12px; text-align:center; padding:0px; margin:0px;
}
.light-round .navigation-thumbnails .arrows a{
	background:url('images/arrows_small.png') no-repeat; width:40px; height:40px;
}
.light-round .navigation-thumbnails.vertical .arrows a{
	background:url('images/arrows_v_small.png') no-repeat;
}
.light-round .navigation-thumbnails .arrows a.next{
	background-position:-40px 0px;
}
.light-round .navigation-thumbnails.horizontal .arrows a.previous{
	left:0px;
}
.light-round .navigation-thumbnails.horizontal .arrows a.next{
	right:0px;
}
.light-round .navigation-thumbnails.vertical .arrows a.previous{
	top:0px;
}
.light-round .navigation-thumbnails.vertical .arrows a.next{
	bottom:0px;
}
.light-round .navigation-thumbnails .buttons a{
	background:url('images/buttons_small.png') no-repeat; background-position:0px 0px; width:10px; height:10px; margin: 2px;
}
.light-round .navigation-thumbnails .buttons a.over{
	background-position:-10px 0px; 
}
.light-round .navigation-thumbnails .buttons a.select{
	background-position:-20px 0px; 
}
.light-round .navigation-thumbnails.horizontal .scrollbar{
	margin-top:30px;
}
.light-round .navigation-thumbnails.vertical .scrollbar{
	margin-left:30px;
}
.light-round .tooltip{
	background-color:#ddd; margin-bottom:20px; border:#eee solid 4px; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
}
.light-round .tooltip .content{
	color:#999; padding:10px; margin:0px;
}