﻿.scrollCont{
    position:relative;
    width:955px;
  }
#scroll {
	position:relative;
	overflow:hidden;
	height:290px;
	width:955px;
}

#tools {
	width:9999em;
	position:relative;
	height:182px;
}

.tool {
	float:left;
	width:955px;
	height:182px;
	background-repeat:no-repeat;
}
.rotatenav a {
    display:block;
    width:318px;
    height:90px;
    float:left;
	cursor:pointer;
}

.rotatenav a.active {
	cursor:default !important;
	
}

.scrollCont .browse{
    display:block;
    position:absolute;
    top:60px;
    cursor:pointer;
    width:26px;
    height:46px;
    z-index:100000;
}
.scrollCont .left{
    background: url(../../img/nazad.gif);
    left:-33px;
}
.scrollCont .right{
    background: url(../../img/napred.gif);
    right:-33px;
    padding:0px;
    margin:0px;
}
.scrollCont .disabled{
    display:none;
}
.active 
{
	cursor:pointer;
	background:url(../../img/activeScroll.gif) no-repeat center bottom;
}
