/* BannersBlock */

#banners_block{
	width: 981px;
	padding: 10px;
	border: 2px #ceeefb solid;
	margin: 0px auto;
	margin-top: 10px;
	position: relative;
	height: 100px;
}
#banners_block .title{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#right_but {display: block; position: absolute; z-index: 100; top: 50px; right: 15px; width: 26px; height: 30px;}
#left_but {display: block; position: absolute; z-index: 100; top: 50px; left: 15px; width: 26px; height: 30px;}




/* Styles for JQuery Plugin */

/* js-disabled class - устанавливает размер изображений, чтобы они все всписывались в виджет  */
#banners_block .js-disabled img { width:100px; height:100px; display:block; float:left; margin:30px 0 0; }
#banners_block #viewer { width:900px; height:65px; overflow:hidden; margin:auto; position:relative; top:10px; }


