﻿/* Gallery */

.Gallery_Box
{
    position:relative;
    overflow:hidden;
    width:600px;
    height:170px;
}

#slider
{
    width:100%;
}

#slided
{
    position:absolute;
}

.Gallery_ImageBox
{
    text-align:center;
    float:right;
	height: 150px;
	width:175px;
	margin-top:15px;
}

.Gallery_ImageBox img
{
	max-height: 150px;
	max-width: 190px;
}

.Gallery_ButtonBox
{
	height: 20px;
	max-width:200px;
}

/* End of Gallery */