@charset "UTF-8";
/* CSS Document */

/* LIST the available galleries */




/* LIST the available galleries */


/* MAKE the Image list Nice */

/* About BA List display */

.img_list {
margin:0;

}

.img_list ul{
margin:0px;
padding:0px;
}


.img_list li{
	padding:6px;
	margin-bottom:10px;
	background-image:url(../images/gradients/grd_blue.jpg);
	background-repeat:repeat-x;
	list-style-type:none;
	margin-left:0;
}

.img_list li a{
text-decoration: none;
color: #000;
margin-right:6px;
/*background: white url(shade.gif) top left repeat-x;*/
}

.img_list li a img{
border: none;

}

/*.ab_list li a:visited{
color: #fff;
}*/

.img_list li a:hover{
text-decoration: none;
border-bottom:solid 5px #900;
background-color: #999;
}

.img_list li.selected{
position: relative;
top: 1px;
}

.img_list li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.img_list li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.img_list img {
padding:7px;
background-color:#666;
}
.img_list img a {
padding:40px;
background-color:#999;
border:none;
}
