/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.article div.articleHomeLeft div.aLaUne{
	background:url(../images/tustex_alaune_bg.gif) bottom left no-repeat;
	height:155px;
}

.anythingSlider {
	float:left;
	width: 448px;
	height: 97px;
	position: relative;
	margin:10px 0 10px 10px;
}

.anythingSlider .wrapper {
	width: 448px;
	overflow: auto;
	height: 87px;
	position: absolute;
	top: 0;
	left: 0;
}

.anythingSlider .wrapper ul {
	width: 99999px; 
	position: absolute; 
	top: 0; left: 0; 
	margin: 0;
}

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 87px;
	width: 448px;
	margin: 0;
}

.anythingSlider ul li a:link,
.anythingSlider ul li a:visited,
.anythingSlider ul li a:hover {
	text-decoration:none;
}


.anythingSlider ul li img{
	float:left;
	padding:1px;
	border:1px solid #1a5189;
	margin-right:10px;
	width:106px;
	height:71px;
}

.anythingSlider ul li div.aLaUneInt{
	float:left;
	width:328px;
}

.anythingSlider ul li h6{
	font-size:0.75em;
	font-weight:bold;
	width:100%;
	color:#C65B00;
}

/*.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}*/

.anythingSlider .forward {
	width:16px;
	height:16px;
	position:absolute;
	background:url(../images/tustex_alaune_next.gif) top left no-repeat;
	top:101px;
	left:425px;
	z-index:1;
	cursor: pointer;
	font-size:0em;
}

.anythingSlider .back {
	width:16px;
	height:16px;
	position:absolute;
	background:url(../images/tustex_alaune_prev.gif) top left no-repeat;
	top:101px;
	left:310px;
	z-index:1;
	cursor: pointer;
	font-size:0em;
}
.anythingSlider .forward:hover {
	background:url(../images/tustex_alaune_next_h.gif) top left no-repeat;
}
.anythingSlider .back:hover {
	background:url(../images/tustex_alaune_prev_h.gif) top left no-repeat;
}
#thumbNav {
	position: relative;
	top: 97px;
	height:17px;
	width:118px;
	background:url(../images/tustex_article_bottom_bar.png) top left no-repeat;
	padding:3px 0 0 330px;
}

#thumbNav a:link,
#thumbNav a:visited {
	width:8px;
	height:8px;
	background:url(../images/tustex_alaune_link.gif) top left no-repeat;
	margin:5px;
	font-size:0;
	float:left;
	text-decoration:none;
}

#thumbNav a:hover {
	background:url(../images/tustex_alaune_link_h.gif) top left no-repeat;
}

#thumbNav a.cur {
	background:url(../images/tustex_alaune_link_h.gif) top left no-repeat;
}

#start-stop {
	width:36px;
	height:16px;
	position:absolute;
	background:url(../images/tustex_alaune_play.gif) top left no-repeat;
	top:101px;
	left:270px;
	z-index:1;
	cursor: pointer;
	font-size:0.7em;
	color:#111;
	text-align:center;
	text-decoration:none;
}
#start-stop.playing {
	background:url(../images/tustex_alaune_stop.gif) top left no-repeat;
}
#start-stop:hover {
	background:url(../images/tustex_alaune_bt.gif) top left no-repeat;
}
/*
  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;
}

