#ms_separator {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 310px;
	width: 4px;
	height: 430px;
	border-left: 1px solid #404040;
}

#ms_information {
	position: absolute;
	top: 15px;
	right: 14px;
	width: 288px;
	height: 430px;
	border: 0;
	overflow: hidden;
}

.ms_main_image {
	display: block;
	position: absolute;
	top: 11px;
	left: 44px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 200px;
	border: 0;
	overflow: hidden;
}

.ms_main_image img {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 200px;
	border: 0;
	overflow: hidden;
}

#ms_information ul.images_list {
	display: block;
	position: absolute;
	top: 222px;
	left: 0px;
	width: 288px;
	height: 66px;
}

#ms_information ul.images_list li {
	display: inline;
	padding: 0 3px;
	margin-left: -3px;
}

#ms_information ul.images_list li img {
	width: 64px;
	height: 64px;
	border: 1px solid #404040;	
	cursor: pointer;
}

#ms_information p.product_logo {
	position: absolute;
	top: 320px;
	left: 0px;
	width: 100px;
	height: 32px;
}

#ms_information p.product_logo img {
	border: 0;
}

.image_description {
	position: absolute;
	display: block;
	top: 318px;
	left: 0px;
	width: 280px;
	height: 112px;
}

.image_description h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 0.7EM;
	font-weight: bold;
	color: #404040;
	line-height: 1.4EM;
	text-align: left;
	padding: 0 0 0 0;
	margin: 8px 0 0 0;
}

.image_description p {
	position: absolute;
	top: 22px;
	left: 0px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 0.7EM;
	color: #404040;
	line-height: 1.4EM;
	text-align: left;
	padding: 0 0 0 0;
	margin: 4px 0 8px 0;
}


#ms_information p.direct_nav {
	display: block;
	position: absolute;
	top: 297px;
	left: 82px;
	width: 120px;
	height: 8px;
	text-align: center;
	line-height: 0em;
}

#ms_information p.direct_nav img {
	outline: none;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}



#ms_information p.image_nav {
	display: block;
	position: absolute;
	top: 286px;
	left: 0px;
	width: 286px;
	height: 20px;
}

#ms_information img.prev {
	display: block;
	float: left;
	height: 17px;
	padding-right: 0px;
	margin: 8px 0px 8px 0px;
	border: 0;
	text-align: left;
	color: #404040;
	outline: none;
	text-decoration: none;	
	cursor: pointer;
}



#ms_information img.next {
	display: block;
	float: right;
	height: 17px;
	padding-right: 0px;
	margin: 8px 0px 8px 6px;
	border: 0;
	text-align: left;
	color: #404040;
	outline: none;
	text-decoration: none;	
	cursor: pointer;
}

