/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.innerContent .newsGalleryBottom .smallPhotosHolder2 .accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.innerContent .newsGalleryBottom .smallPhotosHolder2 .accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.innerContent .newsGalleryBottom .smallPhotosHolder2 .accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}

.innerContent .newsGalleryBottom .smallPhotosHolder2 .accessible_news_slider .back a,
.innerContent .newsGalleryBottom .smallPhotosHolder2 .accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.innerContent .newsGalleryBottom .smallPhotosHolder2 .accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.innerContent .newsGalleryBottom .smallPhotosHolder2 .accessible_news_slider li {
	float: left;
	display: inline;
	width: 108px;
	padding: 0;
	background: none !important;
	position: relative;	
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.innerContent .newsGalleryBottom .smallPhotosHolder2 .smallGallery  {width: 626px;}

.innerContent .newsGalleryBottom .smallPhotosHolder2 .ulHolder {
	position: relative;
	overflow: hidden;
	width: 540px;	
	margin: 0 0 0px 42px;	
}

.innerContent .newsGalleryBottom .smallPhotosHolder2 .smallGallery .backHolder {
	width: 30px;
	height: 94px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0px;
}
.innerContent .newsGalleryBottom .smallPhotosHolder2 .smallGallery .nextHolder  {
	width: 30px;
	height: 94px;
	display: block;
	position: absolute;
	top: 3px;
	right: 0px;	
}
.innerContent .newsGalleryBottom .smallPhotosHolder2 .smallGallery .next a {
	display: block;
	width: 30px;
	height: 94px;
	text-indent: -9999px;
	background: url(../images/bg_link_next.gif) no-repeat top right;
}
.innerContent .newsGalleryBottom .smallPhotosHolder2 .smallGallery .back a {
	display: none;
	width: 30px;
	height: 94px;
	text-indent: -9999px;	
	background: url(../images/bg_link_back.gif) no-repeat;
}
.innerContent .newsGalleryBottom .smallPhotosHolder2 .smallGallery .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
	display: none; /*my css*/
}

.innerContent .newsGalleryBottom .smallPhotosHolder2 .smallGallery li {
	overflow: hidden;
}

/* -------------------------------------------------------------------- */
