.crausal {
	margin: 0 0 0px;
	width:97%;
	position: relative;
	overflow: hidden;
	height:110px;
	margin-top: 35px;
	border:1px solid #c4c4c4;
	border-radius:6px 6px 6px 6px;
	float: left;
	margin-left: 3px;
}
.crausal .holder {
	width:94%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	margin: 0 auto;
}
.crausal .holder ul {
	margin:0 0 0 0px;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.crausal .holder ul li {
	float: left;
	width: 153px;
	padding: 0 1px 1px 0;
	margin:0 1px;
	border-right: 1px dotted #c4c4c4;
		
}
.crausal .holder ul li a {
	
	text-decoration:none;		
}

.crausal .holder ul li a:hover {text-decoration:none; color:#C00; 
		
}
.crausal .holder ul li img { text-align:center;   }

.next,
.prev {
	position: absolute;
	right: -6px;
	top: 49px;
	margin-top: -25px;
	width: 20px;
	height: 66px;
	background:url(../images/imageNavRight.gif) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(../images/imageNavRight.gif) }
.prev {
	background:url(../images/imageNavLeft.gif) no-repeat;
	right: auto;
	left: 0px;
}
.prev-disable { background:url(../images/imageNavLeft.gif); }
.stop,
.start {
	background: url(btn-pause.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 0px;
	outline: none;
	cursor: pointer;
}
.stopped .start { background: url(btn-play.png) no-repeat; }
.start,
.no-active .start {
	margin: 0;
	background: url(../images/btn-play-disable.png) no-repeat;
}
.stopped .stop { background: url(../images/btn-pause-disable.png) no-repeat; }


/*first crausal start*/
.crausal1 {
	margin: 0 0 0px;
	width:auto;
	position: relative;
	overflow: hidden;
	height:100px;
}
.crausal1 .holder1 {
	width:91%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin:0 auto;
	text-align:center;
	border:1px solid #c4c4c4;
	border-radius:6px 6px 6px 6px;
}
.crausal1 .holder1 ul {
	margin:0 0 0 0px;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.crausal1 .holder1 ul li {
	float: left;
	width: 130px;
	padding: 0 1px 1px 0;
	margin:0 7px;
		
}
.crausal1 .holder1 ul li img { text-align:center; -moz-box-shadow: 2px 3px 2px #ccc;	-webkit-box-shadow: 2px 3px 2px #ccc;box-shadow: 2px 3px 2px #ccc; border:1px solid #d9d9d9; }
