
.anythingSlider {
    width: 680px;
    height: 327px;
    position: relative;
    margin: auto;
	padding:0px;
} 

.anythingSlider .wrapper {
    width: 600px;
    overflow: auto;
    height: 279px;
    margin: 0 40px;
    position: absolute;
    top: 0;
    left: 0;
	text-align:left;
	background:#fff;
} 

.anythingSlider .wrapper ul {
    width: 99999px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px 0px 0px 0px;
	padding:0px;
} 

.anythingSlider ul li {
    display: block;
    float: left;
    padding: 0;
    height: 284px;
    width: 600px;
    margin: 0;
} 

.anythingSlider .arrow {
    display: block;
    height: 200px;
    width: 42px;
    background: url(../images/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
    position: absolute;
    top: 41px;
    cursor: pointer;
} 

.anythingSlider .forward {
    background-position: 0 0;
    right: -2px;
} 

.anythingSlider .back {
    background-position: -42px 0;
    left: -2px;
} 

.anythingSlider .forward:hover {
    background-position: 0 -200px;
} 

.anythingSlider .back:hover {
    background-position: -42px -200px;
} 

#thumbNav {
    position: relative;
    top: 287px;
	margin: 0px 0px 0px 55px;
	text-align:left;
} 

#thumbNav a {
    display: inline-block;
    padding: 0px;
    height: 25px;
    margin: 0px 5px 0 0;
    text-align: center;
    border: 1px solid #EBE9E9;
} 

#thumbNav img{
	border:0;
}

#thumbNav a:hover {
    border: 1px solid #787878;
} 


#start-stop {
    color: #9A9A9A;
    padding: 2px 5px;
    width: 100px;
    text-align: right;
    position: absolute;
    right: 35px;
    top: 285px;
	text-decoration:none;
} 

#start-stop:hover {
    text-decoration:underline;
}

/*
 Prevents
 */ 
 
 .anythingSlider .wrapper ul ul {
    position: static;
    margin: 0;
    background: none;
    overflow: visible;
    width: auto;
    border: 0;
} 

.anythingSlider .wrapper ul ul li {
    float: none;
    height: auto;
    width: auto;
    background: none;
}

/* ------------------------------------------------------------------------------------- */
/* SLIDER CONTENT ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- */

.content_slider{
	margin:0px 0px 0px 0px ;
	padding: 16px;
	
}

.content_img{
	margin:0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
	float:left;
	display:inline;
	width:320px;
	height:240px;
	border: 1px solid #9A9A9A;
}

.content_text{
	margin:0px 0px 0px 8px ;
	padding: 0px 0px 0px 0px;
	float:right;
	display:inline;
	width:210px;
}

.content_text a{
	color: #AC0000;
	text-decoration:none;	
}

.content_text a:hover{
	text-decoration:underline;	
}

