/* @override 
	http://localhost/trico/css/home_slider.css
	http://trico.com/css/home_slider.css
*/

/* @group Layout */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 900px; /*width of featured content slider*/
height: 380px;
margin: 0 auto;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 900px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin: 0 auto;
text-align:left;
}
.contentdiv {
	margin: 24px 6px 0 0;
	width: 900px;
	text-align:left;
	background: url(images/left_home.gif) no-repeat left -114px;
}
.full {
	width: 900px;
	background-color:#ffffff;
	margin: 0 auto;
}

.left {
	margin: 0 auto;
	width: 325px;
	position:absolute;
}

.right {
	margin: 0 auto;
	width: 400px;
	height: 300px;
	margin-left: 498px;
	position:relative;
}
/* @end */
/* @group Portfolio Styling */

.left {
	margin: 0 0 0 165px;
	background-color: #ffffff;
}

.left h1, h2 {
	font-weight: bold;
	color: #0F2D66;
}

.left h1 {
	font-size: 18px;
	margin-bottom: 0.8em;
}

.left h2 {
	color: #FF6600;
	margin-bottom: 0.5em;
	font-size: 21px;
}

.left p {
	color: #0F2D66;
}

/* @end */
/* @group Pagination Control */
.pagination {
margin: 0 auto;
width: 900px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
font-size:9px;
font-weight:bold;
}

.pagination a {
padding: 5px 5px;
text-decoration: none; 
color: #0F2D66;
border:1px solid #FF6600;
}

.pagination a:hover, .pagination a.selected{
color: #FF6600;
background-color:rgba(255,102,0,0.25);
}
/* @end */