﻿/* ————— tmslider.tpl ————— */
.extra_slider{width:950px;margin:0 auto}
#tmslider{width:950px;height:348px;margin:0 auto -5px auto;position:relative;}
#tmslider ul
{
	list-style:none;
}

.roundabout-holder  { padding: 0 0 0 0; height:326px; width:720px; margin-left:120px;}
.roundabout-moveable-item {height:326px;width:491px;cursor: pointer;}
.roundabout-in-focus {cursor:auto;}
.roundabout-moveable-item img {width:100%;height:100%;display:block;}

#next{ position:absolute; right:-30px; top:131px;background:url('../images/btn_next.png') left top no-repeat; width:68px; height:68px;}
#prev{position:absolute; left:-30px; top:131px;background:url('../images/btn_prev.png') left top no-repeat; width:68px; height:68px;}
#prev:hover{background:url('../images/btn_prev.png') left -68px no-repeat;}
#next:hover{background:url('../images/btn_next.png') left -68px no-repeat;}


/* —————————————————————————————— left && right column blocks styles —————————————————————————————— */
/* ————— general block styles ————— */
div.column {}
div.column a {color:#2e2e2e;text-decoration:none;}
div.column a:hover {color:#888;}

div.column > div {margin:0 0 20px 0;}

div.column div.block h4 {padding:0 26px;font:20px "Arial";color:#2e2e2e;}
div.column div.block h4 a {font:20px "Arial";color:#2e2e2e;}
div.column div.block h4 a:hover {color:#888;}

div.column div.block .block_content {padding:0 27px;}

div.column div.block ul.bullet,
#rss_block_left ul {padding-top:5px;}

div.column div.block ul.bullet li,
#rss_block_left ul li {padding:4px 0 0 12px;background:url(../img/bullet.gif) 0 8px no-repeat;}

