.kwicks {

	position: relative;

	overflow:hidden;

}



.kwicks *{

	margin:0;

	padding:0;

	font-style:normal;

	text-decoration:none;

}



#border{

	background-color:#242424;

	

	/*for firefox, chrome and safari*/

	-moz-border-radius: 10px;

	-webkit-border-radius: 10px;

	-khtml-border-radius: 10px;

	border-radius: 10px;

	

	padding:10px;

	

}



.kwicks .holder{

	position: absolute;

	top: 0; left: 0;

}





.kwicks .holder .block{

	position:absolute;

	float:left;

	

	width:50px;

	height:315px;



	

	overflow:hidden;

}



.kwicks .loading{

	width:32px;

	height:32px;

	margin:0 auto;

	float:left;

}



.kwicks .holder .content{

	position:absolute;

}



.kwicks .holder .content_holder{

	position:absolute;

}



.kwicks .holder .image{

	position:absolute;

}

.kwicks .holder .cover{

	position:absolute;

	background-color:#000000;

}



.kwicks p{

	font-family: Candara;

	font-size:18px;

	color: #2c2c2c;

	text-align:right;

}

.kwicks p br{

	line-height:0px;

}

.kwicks .box{

	background:transparent;

       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);

       zoom: 1;

	  

	background: rgba(0, 0, 0, 0.5);

	display:block;

	

	width:inherit;

}





.kwicks .box p{

	font-family: Arial;

	

	

	color: #ffffff;

	text-align:left;

	

	padding-left:20px;

	padding-right:20px;

	padding-bottom:10px;

}



.kwicks .box p.title{

	font-size:17px;

	font-weight:300;

	

	padding-top:15px;

}



.kwicks .box p.text{

	font-family: Roboto;

	font-size:13px;

	color:#ddd;

	padding-bottom:15px;

}



.kwicks h1{

	font-family: 'LucidaCalligraphyItalic';

	font-size: 40px;

	font-stretch:normal;

	font-weight:normal;

	color: #2c2c2c;

	

	border:none;

}



div.kwicks_button{

	height:71px;

	width:71px;

	

	position: relative;

	bottom: 250px;

	

	cursor:pointer;

}



div.kwicks_button.previous{

	float:left;

	margin-left:-40px;

	

}

div.kwicks_button.next{

	float:right;

	margin-right:-40px;

}



div.kwicks_button span.hover{

	height:71px;

	width:71px;

	position: absolute;

}



div.kwicks_button_simple{

	margin-right:10px;

	

	display:inline;



	font-family: Arial;

	font-size:14px;

	font-weight:normal;

	

	cursor:pointer;

	

	color:#000000;

	

	-webkit-transition: color 0.3s ease-out;

	-moz-transition: color 0.3s ease-out;

	transition: color 0.3s ease-out;

}



div.kwicks_button_simple:hover{

	font-family: Arial;

	font-size:14px;

	font-weight:normal;

	

	color:#33CC00;

}