/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

#modelroomImage{
}


.slides_container {
    width:4400px;
    overflow:hidden;
    position:relative;
    display:none;
}

.slides_container img{
	float:left;
	}



.slidesPagination{
	width:120px;
	height:19px;
	padding-top:0px;
	padding-left:760px;
	float:right;
	background:url(../imgs/bg-coinSlide.gif) center bottom repeat-x scroll;
	text-align:center;
	color:#F1F1F1;
}

.slidesPagination li{
	width:16px;
	height:19px;
	padding-top:0px;
	margin-right:5px;
	float:left;
	clear:right;
	background:url(../imgs/pThumHover.gif) center center no-repeat scroll;
	color:#F1F1F1;
	display:inline;
}

.slidesPagination li a{
	display:block;
	width:16px;
	height:0;
	margin-top:5px;
	padding-top:9px;
	background:url(../imgs/pThum.gif) center center no-repeat scroll;
	font:bold 10px/1.33 sans-serif;
	color:#FFF;
	overflow:hidden;
}

.slidesPagination li a:visited{
	display:block;
	width:24px;
	padding-top:19px;
	background:url(../imgs/pThum.gif) center top no-repeat scroll;
	text-decoration:none;
	font-size:4px;
	color:#F1F1F1;
}

li.slidesCurrent a{
	width:24px;
	height:0px;
	padding-top:14px;
	background:url(../imgs/pThum.gif) center top no-repeat scroll;
	opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    -moz-opacity:0 !important;
	font-size:5px;
	color:#F1F1F1;
}


