


/************ Photo Gallery ************/
.photo-container	{font-size:12px;width:600px;display:block;padding-bottom:2px;color:#666666}		



#photo_slides {
	margin:0px;
}

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

#photo_slides .slides_container {
	width:600px;
	overflow:hidden;
	float:left;
	display:none;
	margin:0 0 10px 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:600px;
	height:400px;
	display:block;
}
.caption_container  {
	display:block;
	margin:5px 0;
}

/*
	Next/prev buttons
*/


#photo_slides .next,#photo_slides .prev {
	position:absolute;
	width:23px;
	height:0;
	margin-top:200px;
	padding-top:22px;
	overflow:hidden;
	display:block;
	z-index:1101;
}

#photo_slides .caption {
	position:absolute;
	width:600px;
	height:0;
	padding-top:22px;
	overflow:hidden;
	display:block;
	z-index:1101;
}


#photo_slides .prev {

	background:url(http://qrsite.com/css/photo-gallery/arrow-left.png);
}

#photo_slides .next {
	margin-left:580px;
	background:url(http://qrsite.com/css/photo-gallery/arrow-right.png);
}

/*
	Pagination
*/

#photo_slides .pagination {
	background-color:#efefef;
	width:589px;
	border: 1px solid #dddddd;
	padding:5px 0 10px 5px;
	float:left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

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

#photo_slides .pagination li a {
	display:block;
	width:38px;
	height:25px;
	float:left;
	padding:8px 6px 5px 6px;
	overflow:hidden;
}

#photo_slides .pagination li.current a {
	padding:5px 6px 8px 6px;
	background: url(http://qrsite.com/css/photo-gallery/shadow.png) bottom no-repeat !important;
	margin:0;
}


/*---------------------------------------------------------------*/
/* SOCIAL LINKS
/*---------------------------------------------------------------*/
#horizontal_nav_social {width: 600px;clear:both;display:block;padding-bottom: 5px;}
#horizontal_nav_social ul {margin: 1px 0  0;padding:0;list-style:none;height:1%;overflow:hidden;}
#horizontal_nav_social ul li {
font-size:11px;float: left;margin-right: 5px;margin-bottom:0px;float:left;outline:none;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}

#horizontal_nav_social ul .social_item {text-decoration: none;border:0px;}
#horizontal_nav_social ul .social_item a{background:#ffffff;border:0px;}
#horizontal_nav_social ul .social_item span{text-decoration: none;}

#horizontal_nav_social ul a:hover {color:#3b5998 !important;}
#horizontal_nav_social ul a span {
float:left;
padding:2px 8px 2px 22px;
cursor:pointer;
border:1px solid #cad4e7;
background:#F4F4F4 url(http://qrsite.com/css/photo-gallery/btn-fb.jpg); -moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
min-height: 14px; !important;
}
#horizontal_nav_social ul a:hover span {border:1px solid #8c9bb7;
text-decoration: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;}

