/*
	Slideshow
*/

#products, #products3, #ch, #ch2 {
	margin:20px 0 0 0;
}

#profile h1{font-size:18px; color:#231815;font-family: 'Arimo', sans-serif; font-weight:700;}
	#profile h3{font-size:11px; color:#231815;font-family: 'Droid Sans', sans-serif; font-weight:normal;}
	#profile h4{font-size:11px; color:#231815; margin-top:6px;font-family: 'Droid Sans', sans-serif; font-weight:normal;}
	#profile a{color:#2D6EB6; font-size:9px; text-decoration:none;font-family: 'Droid Sans', sans-serif;font-weight:normal;}
	#profile a:hover{text-decoration:underline;}

#products2{ height:495px;}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/


.slides_container {
	width:640px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;	
	/* CSS3 Box Shadow */
	/*-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
	border:20px solid white;*/
}
.slides_container2 {
	width:100%;
	overflow:hidden;
	}
	
	.flexslider li{text-decoration:none; color:#747374;}
.flexslider li h2{font-size:10px; position:absolute; top:0px; left:0px; }
.flexslider li span{ color:#C7000B;}
.slides_container2 {
	height:auto;
	margin: 0px;
	}
	
	.slides_container2 p{
		font-size:11px;
	color:#666;
	line-height:18px;
	margin:20px 0;
		
	}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:640px;
	height:360px;
	display:block;
}


/*
	Pagination
*/

.pagination {
	
	width:310px;
	padding:0px 5px;
	float:right;
	margin-left:0px;
	
}

.pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
	
}

.pagination li a {
	display:block;
	width:80px;
	height:62px;
	
	float:left;
	margin-right:5px;
	/* CSS3 Box Shadow */
	/*-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
	
	border:5px solid white;	*/
}

.pagination li.current a {
	/*border:0px solid #7f7f7f;*/
	
}
