/*----------------------------------------------------------------------------- 

	-	services slider -

Screen Stylesheet 

version:   	1.0 
date:      	09/18/11 
author:		themepunch
email:     	info@themepunch.com 
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/***********************************************
	-	THEME 1 SETTINGS	-
************************************************/

.theme1 .main-container {
	background-color:#fff;
	/*border:1px solid #e6e6e6;*/
	padding:30px;
	margin-top:30px;
	margin-left:-30px;
	/*-webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);*/
}

/*.theme1 {
		font-family: Arial, sans-serif;
		font-size:12px;
		line-height: 20px;
		color: #777;
		text-shadow: #fff 1px 1px 1px;
}*/

.theme1 .thumb{
	
	/*border:1px solid #ddd;*/
	padding:4px;
	height:auto;
	background:#fff;
	position:relative;
	z-index:50;
}

.theme1 li{
	list-style:none;
	text-align:center;
	}
	
.theme1 p{
	font-size: 14pt; 
	text-align:left;
	}
.theme1 h2{
	margin:-15px;
	}

/************************	
	-	TOOLBAR	-
**************************/

.toolbar{visibility:hidden}

.toolbar .left{
	background:url(../assets/button/left.png) no-repeat top;
	width:30px;
	height:45px;
	position:absolute;
	left:-30px;
	top:130px;
	z-index:100;
	margin-left:-29px;
	cursor:pointer;
}

.theme2 .toolbar .left{
	background:url(../assets/button/left_dark.png) no-repeat top;
	width:30px;
	height:45px;
	position:absolute;
	left:0px;
	top:60px;
	z-index:100;
	margin-left:-29px;
	cursor:pointer;
}

.toolbar .left:hover{background-position:bottom;}


.toolbar .right{
	background:url(../assets/button/right.png) no-repeat top;
	width:30px;
	height:45px;
	position:absolute;
	right:0px;
	top:130px;
	z-index:100;	
	margin-right:-60px;
	cursor:pointer;
}

.theme2 .toolbar .right{
	background:url(../assets/button/right_dark.png) no-repeat top;
	width:30px;
	height:45px;
	position:absolute;
	right:0px;
	top:60px;
	z-index:100;	
	cursor:pointer;
}

.toolbar .right:hover{background-position:bottom};


/*************************************************
	-	THE PRELOADER OF THE BANNER 	-
*************************************************/
.services-preloader{
	background:url(../assets/loader/preloader.gif) no-repeat;
	width:24px;
	height:24px;
	position:absolute;
	left:49%;
	top:49%;
	z-index:9999;
}


/*************************
	-	CLOSE BUTTON 	-
*************************/


