/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: .8em;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 300px;
}

/* ENI Theme */


#carouselwrapper
{
	width: 480px;
	margin:20px;
}

.carousel
{
	width: 479px;
	background:transparent url(/layouts/images/news_and_events/detailboxmiddle.gif) repeat-y;	
	height:auto;
}

.carousel a
{
	text-decoration:none;	
}

.carousel a:hover
{
	text-decoration:underline;	
}

.carousel h2
{
	background:transparent url(/layouts/images/news_and_events/detailboxtop.gif) no-repeat left top;	
	color: #FFF;
	line-height: 30px;
	padding-left:30px;
}

.carousel .inner
{
	padding-bottom: 20px;
	background:transparent url(/layouts/images/news_and_events/detailboxbottom.gif) no-repeat left bottom;
}

.carousel ul
{
	padding:0px;
	margin:0px;
	list-style:none;
	margin-left:11px;
	margin-top:10px;
}

* html .carousel ul
{
}

.carousel ul li
{
	float: left;	
	width: 152px;
	height: 121px;
	text-align: center;
	font-size:11px;
	color: #222075;
	overflow:hidden;
}

* html .carousel ul li
{
	text-align:center;
}

.carousel ul li .thumb
{
	height: 55px;
	vertical-align:middle;
	line-height: 55px;
	margin:auto;
	padding:auto;
}

.carousel .thumb img
{
	vertical-align:middle;
	display:block;
	margin: 2px auto;
	border:0px;
}

.carousel ul li.selected
{
	
	background:transparent url(/layouts/images/news_and_events/detailitemselected.gif) no-repeat;	
	
}

.carousel p
{
	line-height: 16px;
}

.carousel .back, .carousel .next
{
	margin-right: 2px;
	margin-top: 70px;
	float: right;
	width: 17px;
	height: 60px;
}

.carousel .back
{
	background:transparent url(/layouts/images/news_and_events/detailarrowleft.gif) no-repeat;	
}

.carousel .next
{
	background:transparent url(/layouts/images/news_and_events/detailarrowright.gif) no-repeat;	
}

.carousel .back a, .carousel .next a
{
	display:block;
	height: 60px;
	color:transparent;
}

.carousel .view_all
{
	display:none;
}

.carousel .carousel_content
{
	padding:20px;
}


/* PRODUCT PROFILE CAROUSEL */

.product-profile
{
	left:35px;
	width:525px;
	/*background:transparent url(../images/solution/productprofilenavbg-bar.jpg) repeat-x;*/
	background:transparent url(../images/equipment_opco_products/productprofilenavbg.gif) repeat-x;
}

.product-profile ul
{
	list-style:none;
	height: 28px;
	margin-left:32px;
	z-index:1;
	/*background:transparent url(../images/solution/productprofilenavbg-bar.jpg) repeat-x;*/
}

.product-profile ul li
{
	float:left;
	line-height: 28px;
	/*padding-left: 40px;
	padding-right: 40px;
	margin-left: 30px;
	margin-right: 50px;*/
	color:#FFFFFF;
	font-size: 12px;
	text-align:center;
	width:232px;
	font-weight:bold;

}

* html .product-profile ul li
{
	/*margin-left: 28px;*/
}

.product-profile ul li a
{
	color: #FFFFFF;
	text-decoration:none;
}

.product-profile ul li a:hover
{
	text-decoration:underline;
}

.product-profile ul li.selected
{
	color: #ffffff;
	background-color:#00C;
	background:transparent url(../images/solution/productprofilenavlibg.gif) repeat-x;
}

.product-profile ul li.selected a
{
	color: #3D3B3B;
}

.product-profile .view_all
{
	display:none;
}

.product-profile .back a, .product-profile .next a
{
	/*display:block !important;*/
}

* html .product-profile .next
{
	margin-right:-1px;
}

.product-profile .next
{
	width: 32px;
	height: 28px;
}