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

.slides_container 
{
    width:719px;
    height:446px;
	overflow: hidden;
	margin-bottom: 7px;
}

.slides_container div 
{
    width:719px;
    height:446px;
    display:block;
}

.slides_container a img
{
	width: 719px;
	height: 446px;
}
