p{text-align:justify;}

div.slideContainer{
float:left;
position:relative;
height:305px;
width:401px;
}

.left{
position:absolute;
width:50px;
height:100%;
left:0;top:0;
z-index:900;
background:url(../img/akcijas/arrow_left.png);
background-repeat:no-repeat;
background-position:center left;
opacity:0.4;
filter:alpha(opacity=40);
}
.left p{
margin:0;
}
.left:hover{
background:url(../img/akcijas/arrow_left.png);
background-repeat:no-repeat;
background-position:center left;
opacity:1.0;
filter:alpha(opacity=100);
}

.right{
position:absolute;
width:50px;
height:100%;
right:0;top:0;
z-index:900;
background:url(../img/akcijas/arrow_right.png);
background-repeat:no-repeat;
background-position:center left;
opacity:0.4;
filter:alpha(opacity=40);
}
.right p{
margin:0;
}
.right:hover{
background:url(../img/akcijas/arrow_right.png);
background-repeat:no-repeat;
background-position:center left;
opacity:1.0;
filter:alpha(opacity=100);
}

.controls{
position:absolute;
/* background-color:#9F9E84 #883737;*/
opacity: .40; 
filter: alpha(opacity=40); 
-ms-filter: "alpha(opacity=40)"; 
-khtml-opacity: .40; 
-moz-opacity: .40; 
width:400px;
height:50px;
bottom:0;
z-index:500;
}
.controls p{
margin:0;
padding:4px;
}

.numControls{
position:absolute;
/* width:170px; 
height:20px;*/
bottom:19px;
/* left:200px; */
z-index:1000;
}

.hotStuff{
position:absolute;
width:180px;
height:30px;
bottom:-18px;
left:20px;
color:#883737;
font-size:15px;
font-weight:bold;
z-index:1000;
}

#tooltip{
	background: #ffffff;
	font: verdana;
	font-size: 10px;
	width:auto;
	border:1px solid #778899;
	border-left:5px solid #B62F96;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	opacity: 0.91;
	filter: alpha(opacity="91");
	line-height:15px; 	z-index:100;
	margin:0px;
	padding: 3px;
	position: absolute;
	visibility: hidden;
	border-collapse: separate;
}


.numControls ul{
list-style-type:none;
width:400px;
height:1px;
}

.numControls ul li{
display:inline;
width:20px;
/* padding:2px 5px; */
padding-bottom:0;
margin-right: -3px;
/* margin-right:5px; 
color:#c0c0c0;
background-color:#883737;
border:1px solid #c0c0c0;*/
/*
opacity: .70; 
filter: alpha(opacity=70); 
-ms-filter: "alpha(opacity=70)"; 
-khtml-opacity: .70; 
-moz-opacity: .70; 
*/
border-bottom:0;
height:20px;
cursor:pointer;
}

#proContainer{
width:400px;
height:304px;
display:block;
margin-top:15px;
}



div.bandContainer{
position:absolute;

right:-257px;
top:49px;
width:193px;
z-index:3000;
}

ul.band{
list-style-type:none;
padding-top:0;
margin-top:-1px;
margin-right:-2px;
}
ul.band li{
list-style-type:none;
display:block;
width:190px;
border:1px solid 883737;
border-bottom:0;
border-right:0;
height:60px;
}

ul.band li.last{
border-bottom:1px solid 883737;
}

.sliderHeader{
color:#8e4140;
margin-bottom:10px;
float:right;
margin-right:10px;
}
