/* 
    Document   : storiaIE7
    Created on : 13-feb-2010, 22.40.29
    Author     : miky
    Description:
        Purpose of the stylesheet follows.
*/


.galleryIE7 {
	width: 660px;
	height: 100px;
	margin-bottom: 10px;
	padding: 10px;
	background-image: url('../images/gallerybg.gif');
}

div#galleryie7 {
	width: 660px;
	height: 100px;
	overflow: auto;
}

.galleryie7 ul {
	list-style-image: none;
	list-style-type: none;
}

.galie7ul{
	width: 660px;
	margin: 0 auto;
}

div#galleryie7 li {
	float: left;
	height: 45px;
	overflow: hidden;
	margin: 2px 2px 3px 2px;
}

img.galie7 {
	border: 0;
	width: 60px;
}


