
/* Section: Resolution-menu Start */
.btn-resolution-ie8 {
	position:absolute;
	width:120px;
	height:120px;
	margin-top:0px;
	margin-left:0px;
	border:none;
	background-color:#f1f1f1;
	overflow:hidden;
	z-index:50;
}

.btn-resolution-caption-ie8 {
	position: relative;
	top:40px;
    left:0px;
	
	font-family:TheSansCdRegular;
	font-size:20px;
	line-height:20px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility;
	
	text-align:center;
	color:#000;
	
}

#resolution5-ie8 .btn-resolution-caption-ie8 {
	top:30px;
	left:0px;
}

.btn-resolution-desc-ie8 {
	position:relative;
	top:200px;
	left:0px;
	
	font-family:TheSansPlain;
	font-size:20px;
	line-height:20px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility;
	
	padding:10px;
	text-align:center;
	color:#FFF;
}

#resolution1-ie8.btn-resolution-ie8 {
	background:url("../images/resolution/reso_btn1.jpg") no-repeat;
}

#resolution2-ie8.btn-resolution-ie8 {
	background:url("../images/resolution/reso_btn2.jpg") no-repeat;
}

#resolution3-ie8.btn-resolution-ie8 {
	background:url("../images/resolution/reso_btn3.jpg") no-repeat;
}

#resolution4-ie8.btn-resolution-ie8 {
	background:url("../images/resolution/reso_btn4.jpg") no-repeat;
}

#resolution5-ie8.btn-resolution-ie8 {
	background:url("../images/resolution/reso_btn5.jpg") no-repeat;
}

.btn-resolution-ie8:hover {
	cursor:pointer;
	width:180px;
	height:180px;
	margin-top:-30px;
	margin-left:-30px;
}

#resolution1-ie8.btn-resolution-ie8:hover {
	background:url("../images/resolution/reso_btn_hover1.png") no-repeat;
	background-color:transparent;
}

#resolution2-ie8.btn-resolution-ie8:hover {
	background:url("../images/resolution/reso_btn_hover2.png") no-repeat;
	background-color:transparent;
}

#resolution3-ie8.btn-resolution-ie8:hover {
	background:url("../images/resolution/reso_btn_hover3.png") no-repeat;
	background-color:transparent;
}

#resolution4-ie8.btn-resolution-ie8:hover {
	background:url("../images/resolution/reso_btn_hover4.png") no-repeat;
	background-color:transparent;
}

#resolution5-ie8.btn-resolution-ie8:hover {
	background:url("../images/resolution/reso_btn_hover5.png") no-repeat;
	background-color:transparent;
}

.btn-resolution-ie8:hover .btn-resolution-caption-ie8 {
	top:-55px;
	left:0px;
}

.btn-resolution-ie8:hover .btn-resolution-desc-ie8 {
	top:0px;
	left:0px;
}

#resolution5-ie8.btn-resolution-ie8:hover .btn-resolution-caption-ie8 {
	top:-65px;
	left:0px;
}

#resolution5-ie8.btn-resolution-ie8:hover .btn-resolution-desc-ie8 {
	top:-20px;
	left:0px;
}

#resolution1-ie8 {
	top:40%;
    left:73%;
}

#resolution2-ie8 {
	top:70%;
    left:70%;
}

#resolution3-ie8 {
	top:30%;
    left:22%;
}

#resolution4-ie8 {
	top:50%;
    left:11%;
}

#resolution5-ie8 {
	top:70%;
    left:24%;
}
/* Section: Resolution-menu End */

