/*** FRONT PAGE SLIDER ***/
#slideshow_container{height:281px; width: 990px; background-image:url(../images/bg_slides_container.png); background-repeat:no-repeat; background-position: center top; clear:both; position:relative; z-index:1 !important; padding-top:10px;}
#slideshow{width:920px; height:265px; margin:0 auto; overflow:hidden; background-image:url(../images/bg_slides_container2.png); background-repeat:no-repeat;}
.slideshow_content{padding:13px;}
.slide_image{width:480px; float:left;}
.slide_text{width:364px; float:left; padding:20px 20px 10px 30px}
.slide_text, .slide_text p, .slide_text ul{color:#fff; line-height:24px;}
.slide_text h1, .slide_text h2, .slide_text h3{font-size:20px; color:#fff; line-height:24px}
/*** END OF FRONT PAGE SLIDER ***/


/* FOLLOW */

#openCloseIdentifier {
	display: none;	
}

#social {
	position: absolute;	
	top: -46px;
	/* top: 0; <- Moves here on animation, uncomment if you want to test without javascript or jQuery. */
	right: 6px;
}

#social-content {
	height: 46px;
	width: 294px;
	float: right;
}

#social-content ul {
	float: right;
	margin-right: 3px;
}

#social-content li {
	float: left;
	padding: 5px 2px;
	display: inline;
}

#social-content a#rss {
	background: url('images/social/rss.png') 0 2px no-repeat;
	width: 32px;
	height: 34px;
	display: block;
	text-indent: -99999px;
}

#social-content a#facebook {
	background: url('images/social/facebook.png') 0 2px no-repeat;
	width: 32px;
	height: 34px;
	display: block;
	text-indent: -99999px;
}

#social-content a#twitter {
	background: url('images/social/twitter.png') 0 2px no-repeat;
	width: 32px;
	height: 34px;
	display: block;
	text-indent: -99999px;
}

#social-content a#flickr {
	background: url('images/social/flickr.png') 0 2px no-repeat;
	width: 32px;
	height: 34px;
	display: block;
	text-indent: -99999px;
}

#social-content a#linkedin {
	background: url('images/social/linkedin.png') 0 2px no-repeat;
	width: 32px;
	height: 34px;
	display: block;
	text-indent: -99999px;
}

#social-content a#myspace {
	background: url('images/social/myspace.png') 0 2px no-repeat;
	width: 32px;
	height: 34px;
	display: block;
	text-indent: -99999px;
}

#social-content a#youtube {
	background: url('images/social/youtube.png') 0 2px no-repeat;
	width: 32px;
	height: 34px;
	display: block;
	text-indent: -99999px;
}

#social-content a#digg {
	background: url('images/social/digg.png') 0 2px no-repeat;
	width: 32px;
	height: 34px;
	display: block;
	text-indent: -99999px;
}

#social-content a#rss:hover, #social-content a#facebook:hover, #social-content a#twitter:hover, #social-content a#flickr:hover, #social-content a#linkedin:hover, #social-content a#myspace:hover, #social-content a#youtube:hover, #social-content a#digg:hover {
	background-position: 0 0;	
}

#social-tab { /* No styles needed. */ }

a.btn-slide {
	display: block;
	width: 106px;
	height: 20px;
	float: right;
	background-repeat: no-repeat;
}

a.btn-slide:hover {
	background-position: 0 -20px;
}

a.active {
	background-repeat: no-repeat;
	background-position: 0 -40px;
}

a.active:hover {
	background-position: 0 -60px;	
}




