@charset "utf-8";
/* CSS Document */
#simplemodal-overlay{
	
	background:#000000;
	
}
#rules{
	width:476px;
	height:362px;
	background:url(../images/rules.bg.jpg) no-repeat;
	position:relative;
	display:none;
}

#modal_1{
	width:679px;
	height:362px;
	background:url(../images/cibolo_bg.jpg) no-repeat;
	position:relative;
	display:none;
}
#modal_2{
	width:679px;
	height:362px;
	background: url(../images/mcdonald.jpg) no-repeat;
	position:relative;
	display:none;
}
#modal_3{
	width:679px;
	height:362px;
	background: url(../images/mystery_lights_bg.jpg) no-repeat;
	position:relative;
	display:none;
}
#modal_4{
	width:679px;
	height:362px;
	background: url(../images/chinati_bg.jpg) no-repeat;
	position:relative;
	display:none;
}
#prizes{
	width:679px;
	height:364px;
	background: url(../images/prizes_bg.jpg) no-repeat;
	position:relative;
	display:none;
}
#rules_text{
	position:absolute;
	top:84px;
	left:32px;
	width:434px;
	height:244px;
	overflow:auto;
	display:block;
}
.scroll-pane {
	width: 434px;
	height: 244px;
	overflow: auto;
	
	float: left;
}
a.jScrollArrowUp {
	background: url(../images/up_arrow.gif) repeat-x 0 0;
}

a.jScrollArrowDown {
	background: url(../images/down_arrow.gif) repeat-x 0 0;
}
