/*
	Skin Name: Light Square
	Class: light-square
	Description: Light Square skin for Advanced Slider jQuery plugin
	Author: Sravanthi Karanam
*/


/* MAIN SLIDE */

.light-square .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;
}

/* END OF MAIN SLIDE */


/* SLIDE PRELOADER */

.light-square .preloader
{
	background:url(http://crev.vo.llnwd.net/o42/mtbreview/Styles/Lightbox_Scroller/Images/preloader2.gif) no-repeat;
	width:62px;
	height:14px;
}

/* END OF SLIDE PRELOADER */


/* SLIDE ARROWS */

.light-square .navigation-arrows a
{
	/* background:url(arrows.png) no-repeat; */
	width:67px;
	height:67px;
	top:50%;
	margin-top:-33px;
}


.light-square .navigation-arrows a.previous
{
	left: 20px;
}


.light-square .navigation-arrows a.next
{
	right: 20px;
	background-position: -67px 0px;
}

/* SLIDE ARROWS */


/* SLIDESHOW CONTROLS */

.light-square .featured-video {
background:url('http://crev.vo.llnwd.net/o42/mtbreview/Styles/images/play-button.png'); 
width: 120px; 
height: 90px;
}

.light-square .featured-video img {
display: block;
margin: auto;
padding-top: 25px;
}


.light-square .slideshow-controls
{
	/* background:url(http://crev.vo.llnwd.net/o42/mtbreview/Styles/Lightbox_Scroller/Images/playpause.png) no-repeat; */
	width:67px;
	height:67px;
	top:50%;
	left:50%;
	margin-top:-33px;
	margin-left:-33px;
}


.light-square .slideshow-controls.pause
{
	background-position: 0px 0px;
}


.light-square .slideshow-controls.play
{
	background-position: -67px 0px;
}

/* END OF SLIDESHOW CONTROLS */


/* SHADOW */

.light-square .shadow
{
	height:94px;
	margin-top:-50px;
}


.light-square .shadow .shadow-left, .light-square .shadow .shadow-right
{
	/*width:200px;
	height:94px;*/
}


.light-square .shadow .shadow-left
{
	/*background:url(shadow_left.png);*/
}


.light-square .shadow .shadow-right
{
	/*background:url(shadow_right.png)*/
}


.light-square .shadow .shadow-middle
{
	/*background:url(shadow_middle.png) repeat-x;
	height:94px;*/
}


/* END OF SHADOW */


/* TIMER ANIMATION 

.light-square .timer-animation
{
	top:20px;
	right:20px;
}*/

/* END OF TIMER ANIMATION */


/* SLIDE CAPTION */

.light-square .caption .background
{
	background-color:#000;
	width:100%;
	height:100%;
}


.light-square .caption .content
{	
	color:#FFF;
	margin:0px;
	padding:8px;
	font-size:16px;
	line-height:18px;
}

/* END OF SLIDE CAPTION */


/* NAVIGATION BUTTONS/BULLETS */

/* main container of the navigation buttons */

.light-square .navigation-buttons
{
	bottom:-50px;
}


/* 
 left, right and middle of the main container 
 for this skin, these elements are not styled by default
 feel free to add your own styling
*/
.light-square .navigation-buttons .left, .light-square .navigation-buttons .right {}


.light-square .navigation-buttons .left {}


.light-square .navigation-buttons .middle {}


.light-square .navigation-buttons .right {}


/* this contains the buttons */
.light-square .navigation-buttons .buttons {}


/* this is a button */
.light-square .navigation-buttons .buttons a
{
	/*background:url(http://crev.vo.llnwd.net/o42/photographyreview/styles/Lightbox_Scroller/Images/buttons_small.png) no-repeat;
	background-position:0px 0px;
	cursor:pointer;
	width:14px;
	height:14px;
	margin:0px 2px;
	text-align:center;*/
}


.light-square .navigation-buttons .buttons a.over
{
	background-position:-14px 0px; 
}


.light-square .navigation-buttons .buttons a.select
{
	background-position:-28px 0px; 
}


/* this is used to style the numbers from within the buttons, when they are used */
.light-square .navigation-buttons .buttons a .number
{
	margin-top: 1px;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	color:#888;
}


.light-square .navigation-buttons .buttons a.over .number
{
	color:#666;
}


.light-square .navigation-buttons .buttons a.select .number
{
	color:#666;
}


/* 
 applied to the thumbnail when the thumbnail is used only as a tooltip
 sets the distance between the button and the thumbnail
*/
.light-square .navigation-buttons .buttons .thumbnail
{
	margin-bottom:10px;
}

/* END OF NAVIGATION BUTTONS/BULLETS */


/* THUMBNAIL IMAGE */

.light-square .thumbnail
{
	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;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#AAAAAA');
}

/* END OF THUMBNAIL IMAGE */


/* NAVIGATION THUMBNAILS / THUMBNAIL SCROLLER */

.light-square .navigation-thumbnails.horizontal
{
	margin-top:8px;
	padding-right:0px;
	padding-left: 0px;
}


.light-square .navigation-thumbnails.vertical
{
	margin-left:20px;
	padding:20px 0px;
}


.light-square .navigation-thumbnails .thumbnail
{
	cursor:pointer;
	margin:10px 5px;
}


.light-square .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;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
}


.light-square .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;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=130, Color='#555555');
}


/* THUMBNAIL CAPTION */

.light-square .thumbnail .caption .background
{
	background-color:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


.light-square .thumbnail .caption .content
{
	color:#FFF;
	font-size:12px;
	line-height:14px;
	text-align:center;
	padding:2px 0px;
	margin:0px;
}

/* END OF THUMBNAIL CAPTION */


/* NAVIGATION THUMBNAILS ARROWS */

.light-square .navigation-thumbnails .arrows a
{
	background:url(http://crev.vo.llnwd.net/o42/photographyreview/styles/Lightbox_Scroller/Images/hori_v.png) no-repeat;
	display:block;
	width:20px;
	height:20px;
	
	
	/*float:left;
	margin-top: 6px;
	margin-bottom : 6px;
	margin-left : 2px;
	margin-right: 6px;
	cursor:pointer;
	font-size:1px;
	line-height: 20px;*/
}


.light-square .navigation-thumbnails.vertical .arrows a
{
	/*background:url(arrows_v_small.png) no-repeat;*/
}


.light-square .navigation-thumbnails .arrows a.next
{
	/*background-position:-19px 0px;*/

}


.light-square .navigation-thumbnails.horizontal .arrows a.previous
{
	/*left:0px;*/
	/* margin-left: 0px;*/
	background-position:-19px 0px;
	margin-left: 5px;
}


.light-square .navigation-thumbnails.horizontal .arrows a.next
{
	right:0px;
}


.light-square .navigation-thumbnails.vertical .arrows a.previous
{
	/*top:0px; */
	background-position:-19px 0px;
}


.light-square .navigation-thumbnails.vertical .arrows a.next
{
	bottom: 20px;

}

/* END OF NAVIGATION THUMBNAILS ARROWS */


/* NAVIGATION THUMBNAILS BUTTONS */

.light-square .navigation-thumbnails .buttons a
{
	background:url(http://crev.vo.llnwd.net/o42/mtbreview/Styles/Lightbox_Scroller/Images/buttons_small.png) no-repeat;
	background-position:0px 0px; 
	width:10px;
	height:10px;
	margin: 2px;
}


.light-square .navigation-thumbnails .buttons a.over
{
	background-position:-10px 0px; 
}


.light-square .navigation-thumbnails .buttons a.select
{
	background-position:-20px 0px; 
}

/* END OF NAVIGATION THUMBNAILS BUTTONS */


/* NAVIGATION THUMBNAILS SCROLLBAR */

.light-square .navigation-thumbnails.horizontal .scrollbar
{
	margin-top:30px;
}


.light-square .navigation-thumbnails.vertical .scrollbar
{
	margin-left:30px;
}

/* END OF NAVIGATION THUMBNAILS SCROLLBAR */

/* END OF NAVIGATION THUMBNAILS / THUMBNAIL SCROLLER */


/* TOOLTIP */

.light-square .tooltip
{
	background-color:#DDD;
	margin-bottom:20px;
	border:#EEE solid 4px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}


.light-square .tooltip .content
{
	color:#999;
	padding:10px;
	margin:0px;
}

/* END OF TOOLTIP */

.light-square .video-play
{
	background:url(http://crev.vo.llnwd.net/o42/mtbreview/Styles/Lightbox_Scroller/Images/video_play.png) no-repeat;
	background-position:0px 0px; 
	width:92px;
	height:92px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -46px;
	margin-left: -46px;	
}

.light-square .video-play-thumbnail
{
	background:url(http://crev.vo.llnwd.net/o42//photographyreview/styles/images/play-new.png) no-repeat;
	background-position:0px 0px; 
	width:40px;
	height:20px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -10px;
	margin-left: -10px;	
}
