/* 
    Document   : banners.zoom
    Created on : 20.09.2011, 11:16:45
    Author     : v.sadihov
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

ul.thumb-banners {
	list-style: none;
	margin: 0;
}
ul.thumb-banners li {
	margin: 0px 20px;
        padding: 2px;
	display: inline-block;
	position: relative;
	width: 250px;
	height: 125px;
        
}
ul.thumb-banners li img {
	width: 250px;
	height: 125px;
	position: absolute;
	left: 0;
        top: 0;
	-ms-interpolation-mode: bicubic;
	padding: 5px;
        border: 1px solid #ddd;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
ul.thumb-banners li img.hover {
	background:url(/templates/default/js/banners_zoom/bg_banner.png) no-repeat center center;
	border: none;
}

