.noflash-preloader
{
width:43px;
height:11px;
position:relative;
margin:40% auto 0 auto;
background-image:url('ajax-loader.gif');
}

.noflash-controls
{
position:absolute;
top:0px;
left:0px;
width:100%;
}

.noflash-controls .bullets
{
position:absolute;
left:0px;
top:0px;
width:50%;
}

.noflash-controls .bullet
{
width:10px;
height:10px;
margin:3px;
background-color:#fff;
border:1px solid #222;
display:inline-block;
}

.noflash-controls .bullet:hover
{
background-color:#0000ff;
}

.noflash-controls .active
{
border:2px solid #fff;
background-color:#ff0000;
}

.noflash-controls .controls
{
position:absolute;
right:0px;
top:0px;
width:30%;
}

.noflash-controls .prev
{
width:30px;
height:30px;
display:inline-block;
margin:5px;
background:url('prev.png');
}
/* IE 6 no pngs*/
* html .noflash-controls .prev
{
background:url('prev.gif');
}

.noflash-controls .next
{
width:30px;
height:30px;
display:inline-block;
margin:5px;
background:url('next.png');
}

/* IE 6 no pngs*/
* html .noflash-controls .next
{
background:url('next.gif');
}

.noflash-controls .play-pause
{
width:30px;
height:30px;
display:inline-block;
margin:5px;
background-image:url('play-pause.png');
background-position: 0px 0px;
overflow:hidden;
}

/* IE 6 no pngs*/
* html .noflash-controls .play-pause
{
background-image:url('play-pause.gif');
}

.noflash-controls .paused
{
background-position:0px -30px;
}

.noflash-caption
{
text-align:left;
background:rgba(34, 34, 34, .7);
color:#fff;
position:absolute;
bottom:0px;
left:0px;
width:98%;
padding:10px;
font-size:11px;
font-family:helvetica,sans-serif;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#46222222', endColorstr='#46222222');
}
