/*----------------------------------------------------------------------------- 

	-	paradigm slider -

Screen Stylesheet 

version:   	1.0 
date:      	09/18/11 
author:		themepunch
email:     	info@themepunch.com 
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



				

/***********************************************
	-	THE BACKGROUND OF THE SLIDER	-
************************************************/




.dark .paradigm-bg{
	background-color:#222;
	padding:9px;

}




/*************************************************
	-	THE PRELOADER OF THE BANNER 	-
*************************************************/
.paradigm-preloader{
	background:url(../assets/loader/preloader.gif) no-repeat;
	width:24px;
	height:24px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:9999;
}



/**************************************************
	-	THE BASIC SETTINGS FOR THUMBNAILS	-
***************************************************/

/*****	-	LIGHT	-	*******/
.light .paradigm_thumb_container{		
	background:url(../assets/shadows/shadow_thumb_repeater.png) repeat-X;
	background-color:#e5e5e5;
}



.light .paradigm_thumb_container #thumbmask{
	background:url(../assets/shadows/shadow_thumb_repeater.png) repeat-X;
	background-color:#fff;
}



/*****	-	DARK	-	*******/
.dark .paradigm_thumb_container{		
	background:url(../assets/shadows/shadow_thumb_repeater.png) repeat-X;
	background-color:#1e1e1e;
	 
}



.dark .paradigm_thumb_container #thumbmask{
	background:url(../assets/shadows/shadow_thumb_repeater.png) repeat-X;
	background-color:#222;
}


/*****	-	ALL	-	*******/
.paradigm_thumb_container .video{
	width:30px;
	height:30px;
	background:url(play_small.png) no-repeat;
	margin-top:-15px;
	margin-left:-15px;
	cursor:pointer;
	
}




/***********************************************
	-	THE SHADOWS UNDER THE SLIDER	-
************************************************/
.paradigm-leftshadow{
	background:url(../assets/shadows/shadow_left.png) no-repeat;	
	width:187px;
	height:57px;
	position:absolute;	
}

.paradigm-rightshadow{
	background:url(../assets/shadows/shadow_right.png) no-repeat;
	width:187px;
	height:57px;
	position:absolute;	
}





