/* CSS Document */

.gallery_window
{
	width:785px;
	height:510px;
	overflow:scroll;
	float:left;
	text-align: center;

}

.gallery_screen
{
	background-image:url(../images/news/gallery_window_screen.png);
	margin-top:-300px;
	height:300px;
	width:1200px;
}

.arrow-left {
    float: left;
    height: 100%;
    width: 50px;
    overflow: hidden;
    background-position: center right;
    background-repeat: no-repeat;
    margin: auto 0;
    cursor: pointer;
	margin-right: 65px;
	cursor:pointer;
}

.arrow-right {
	float: left;
	height: 100%;
	width: 50px;
	overflow: hidden;
	background-position: center left;
	background-repeat: no-repeat;
	margin: auto 0;
	cursor: pointer;
	margin-left: 65px;
	cursor:pointer;
}

.cover_container {
    width: 300px;
    text-align: center;
    height: 440px;
    background-image: url(../images/news/shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}

.cover_container img {
	width: 280px;
	height: 360px;
}

.cover_container a
{
	margin:0 auto;
}

.gallery
{
	height:510px;
	position:relative;
	padding-top: 50px;
}
#gallery_cotent{
	left: 0px;
}
.gallery-wrapper {
	width: 100%;
	height: 510px;
	background-color: #e7e8e9;
	text-align: center;
}

.slider {
	max-width: 1200px;
	display: inline-block;
	height: 510px;
	margin: 0 auto;
}
