.coverSliderIndexes 
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight:bold;
    color: Black;
    width:300px;
    height:25px;
    padding-left: 10px;
}
.SlideItMoo_container 
{
    width:558px;
    height:185px; 
    margin:6px 0px 0px 0px; 
    background-color:Transparent; 
    padding:0px; 
    font-size:12px;
}
.LatestCoverContainer
{
    width:150px;
}
/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
	width:100%;
	margin:0px 0px 0px 0px;
	background-color:Transparent;
	display:block;
	position:relative;
	padding:0px 5px 0px 0px;
	height:150px;
	overflow:hidden;
}
/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner { 
	position:relative ; 
	overflow:hidden ;
	left: 10px;
	width:570px ; /* set a display width to make the slider look good in case js is disabled */
	margin:2px 0px 0px 0px;
	padding:2px 0px 0px 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element, #containerLatestCover .LatestCover_element { 
	display:block;
	position:relative;
	float:left;
	margin:0px 0px 0px;
	font-size:9px;
	width:110px;
	text-align:center;
	color:white; /*#8e5b17;*/
	cursor:pointer;
	font-family: tahoma;
	font-weight: bold;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#333333; padding:2px; }
#SlideItMoo_items a img{ border:none; }
#SlideItMoo_items div.SlideItMoo_element div, #containerLatestCover div div
{
    background: url(../images/coverTitle.gif) norepeat center;
    background-image: url(../images/coverTitle.gif);
    background-repeat: no-repeat;
    padding: 1px 1px 1px 1px;
    margin-top: 2px;
    height: 12px;
    width: 100px;
}
#SlideItMoo_items div#latestCover div, #containerLatestCover div div
{
    background: url(../images/coverTitleRed.gif) norepeat center;
    background-image: url(../images/coverTitleRed.gif);
}
#SlideItMoo_items label 
{
    cursor:pointer;
}

.SlideItMoo_forward,
.SlideItMoo_back,
.SlideItMoo_prevX,
.SlideItMoo_nextX
{
	display:inline-block;
	cursor:pointer;
	width:25px;
	height:25px;
	background:url(../images/slideitmoo_forward.png) no-repeat center center;
}
.SlideItMoo_back
{ 
	background:url(../images/slideitmoo_back.png) no-repeat center center;
}
.SlideItMoo_prevX
{ 
	background:url(../images/slideitmoo_prev10.png) no-repeat center center;
}
.SlideItMoo_nextX
{ 
	background:url(../images/slideitmoo_next10.png) no-repeat center center;
}
.SlideItMoo_playing
{
	display:inline-block;
    cursor:pointer;
	width:25px;
	height:25px;
	margin-left: 5px;
	margin-right: 5px;
	background:url(../images/slideitmoo_pause.png) no-repeat center center;	
}
.SlideItMoo_paused
{
	background:url(../images/slideitmoo_play.png) no-repeat center center;	
}