@charset "utf-8";
/* CSS Document */
#mac {
	margin-bottom: 15px;
	height: 90px;
	width: 748px;
	position: relative;
}
.result_list a{
	background-image: url(../common/img/list_btn.jpg);
	text-indent: -9999px;
	height: 25px;
	width: 165px;
	display: block;
	position: absolute;
	left: 576px;
	top: -45px;
}
.result_list a:hover{
	background-image: url(../common/img/list_btn_on.jpg);
}
.news_list a{
	background-image: url(../common/img/list_btn.jpg);
	text-indent: -9999px;
	height: 25px;
	width: 165px;
	display: block;
	position: absolute;
	left: 576px;
	top: 110px;
}
.news_list a:hover{
	background-image: url(../common/img/list_btn_on.jpg);
}
/* slider specific CSS */
.sliderGallery {
	background: url(../img/app_bg.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 160px;
	width: 728px;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery UL LI {
	display: inline;
}

.slider {
	width: 712px;
	height: 17px;
	padding: 1px;
	position: relative;
	background: url(../img/scrollbar.png) no-repeat;
	left: 3px;
	top: 140px;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(../img/scroller_btn.png) no-repeat;
	z-index: 100;
}

.slider span {
	color: #FFF;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 1px;
}

.slider .slider-lbl1 {
	left: 50px;
}

.slider .slider-lbl2 {
	left: 107px;
}

.slider .slider-lbl3 {
	left: 309px;
}

.slider .slider-lbl4 {
	left: 531px;
}

.slider .slider-lbl5 {
	left: 455px;
}
