
#menu_sel {
    margin: 3px 0 3px 3px;
    height: 29px;
    width: 957px;
}
#menu_s1, #menu_s2, #menu_s3, #menu_s4 , #menu_s5, #menu_s6, #menu_s7, #menu_s8, #menu_s9{
    float: left;
    margin: 0;
    padding: 0;
    height: 23px;
	cursor: pointer;
}
#menu_s1 {
    width: 25px;
    background: url(../images/but1.jpg) repeat-y;
}
#menu_s2 {
    width: 25px;
    background: url(../images/but2_.jpg) repeat-y;
}
#menu_s3 {
    width: 25px;
    background: url(../images/but3_.jpg) repeat-y;
}
#menu_s4 {
    width: 25px;
    background: url(../images/but4_.jpg) repeat-y;
}
#menu_s5 {
    width: 25px;
    background: url(../images/but5_.jpg) repeat-y;
}
#menu_s6 {
    width: 25px;
    background: url(../images/but6_.jpg) repeat-y;
}
#menu_s7 {
    width: 25px;
    background: url(../images/but7_.jpg) repeat-y;
}
#menu_s8 {
    width: 25px;
    background: url(../images/but8_.jpg) repeat-y;
}
#menu_s9 {
    width: 25px;
    background: url(../images/but9_.jpg) repeat-y;
}

#block_s {
	position: relative;
	width: 949px;
    margin: 0;
    height: 186px;
    border: 7px solid #fff;
}
.block1, .block2, .block3 {
	position: absolute;
	VISIBILITY: visible;
	OVERFLOW: hidden;
	DISPLAY: block;
	WIDTH: 742px;
	HEIGHT: 186px;
}
.block_1, .block_2, .block_3 {
	position: relative;
	WIDTH: 742;
	HEIGHT: 186px;
	//background: url(../images/block.jpg) no-repeat;;
}
.block1 img, .block2 img, .block3 img{
    margin: 3px;
}
.block1 {
	left: 6px;
}
.block2 {
	left: 327px;
}
.block3 {
	left: 648px;
}

.bl_text {
	color: #3a5300;
	margin-top: 4px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 90%;
	font-weight: bold;
}
.bl_text a {
    color: #3a5300;
    text-decoration: none;
}
.bl_text a:visited {
	color: #3a5300;
}
.bl_text a:hover {
	color: #3a5300;
	text-decoration: underline;
}

#start {
    width:25px;
    height:23px;
    background: url(../images/play.jpg) repeat-y;
}
#stop {
    width:25px;
    height:23px;
    background: url(../images/pause.jpg) repeat-y;
}