/* ---------------- PLAY AROUND WIDGETS ---------------- */

#content {
	position: relative;
	display: block;
	height: auto;
	width: 962px;
	padding: 0;
	margin: 20px 0 0 50px;
	float: left;
}

#content p {
	font: bold 1.25em Geneva; color:black;
	width: 400px;
	height: auto;
	padding: 40px;
	margin: 0;
}

#gameWidget {
	margin: -20px 0 0 50px;
	background-image: url(../_images/playAround/gameWidget_bg.png);
	width: 400px;
	height: 365px;
	float: left;
}

#gameWidget_graphic {
	margin: 60px 0 0 250px;
	width: 150px;
	height: 177px;
	float: left;
}

#gameWidget_graphic a {
    display: block;
    padding: 0;
    background-image: url(../_images/playAround/gameWidget_graphic_RO.png);
    background-repeat: no-repeat;
    background-position: 0 -300px;
}

#gameWidget_graphic a img {
	width: 150px;
	height: 177px;
	background: url(../_images/playAround/gameWidget_graphic.png) top left no-repeat;
}

#gameWidget_graphic:hover img {
	background: url(../_images/playAround/gameWidget_graphic_RO.png) top left no-repeat;
}

#playNow_btn {
	margin: 0 0 0 232px;
	width: 134px;
	height: 45px;
	float: left;
}

#playNow_btn a {
    display: block;
    padding: 0;
    background-image: url(../_images/playAround/playNow_btn_RO.png);
    background-repeat: no-repeat;
    background-position: 0 -300px;
}

#playNow_btn a img {
	width: 134px;
	height: 45px;
	background: url(../_images/playAround/playNow_btn.png) top left no-repeat;
}

#playNow_btn:hover img {
	background: url(../_images/playAround/playNow_btn_RO.png) top left no-repeat;
}

#photoHunt {
	margin: -35px 0 0 50px;
	width: 352px;
	height: 360px;
	float: left;
}

#comingSoon {
	margin: 325px 0 0 125px;
	width: 260px;
	height: 215px;
	float: left;
	display: block;
	position: absolute;
}

#avatarCreator {
	margin: 240px 0 0 425px;
	width: 385px;
	height: 310px;
	float: left;
	position: absolute;
}

#createButton {
	margin: 230px 0 0 60px;
	width: 136px;
	height: 35px;
	position: absolute;
}

#createButton a {
    display: block;
    padding: 0;
    background-image: url(../_images/playAround/create_btn_RO.png);
    background-repeat: no-repeat;
    background-position: 0 -300px;
}

#createButton a img {
	width: 136px;
	height: 35px;
	background: url(../_images/playAround/create_btn.png) top left no-repeat;
}

#createButton:hover img {
	background: url(../_images/playAround/create_btn_RO.png) top left no-repeat;
}

#viewPhotos_button {
	margin: 215px 0 0 25px;
	width: 140px;
	height: 47px;
	position: absolute;
}



#viewPhotos_button a {
	display: block;
    padding: 0;
	position: absolute;
	background-image: url(../_images/playAround/viewPhotos_RO_btn.png);
    background-repeat: no-repeat;
	background-position: 0 -100px;
}  

#viewPhotos_button a img {
	width: 140px;
	height: 47px;
	background: url(../_images/playAround/viewPhotos_btn.png) top left no-repeat;
}

#viewPhotos_button:hover img {
	background: url(../_images/playAround/viewPhotos_btn_RO.png) top left no-repeat;
}


#enterNow_button {
	margin: 230px 0 0 175px;
	width: 120px;
	height: 30px;
	position: absolute;
}

#enterNow_button a {
	display: block;
    padding: 0;
	position: absolute;
	background-image: url(../_images/playAround/enterNow_RO_btn.png);
    background-repeat: no-repeat;
	background-position: 0 -100px;
}

#enterNow_button a img {
	width: 120px;
	height: 30px;
	background: url(../_images/playAround/enterNow_btn.png) top left no-repeat;
} 

#enterNow_button:hover img {
	background: url(../_images/playAround/enterNow_btn_RO.png) top left no-repeat;
} 

/* IE7 MARGIN FIX */
	*:first-child+html #comingSoon {
	margin: -20px 0 0 -650px;
	width: 260px;
	height: 215px;
	float: left;
	display: block;
	position: absolute;
}

/* IE7 MARGIN FIX */
	*:first-child+html #avatarCreator {
	margin: -90px 0 0 -30px;
	width: 385px;
	height: 310px;
	float: left;
	position: relative;
}


/* IE7 MARGIN FIX */
	*:first-child+html #viewPhotos_button {
	margin: 215px 0 0 25px;
	width: 140px;
	height: 47px;
	position: absolute;
}
/* IE7 MARGIN FIX */
	*:first-child+html #enterNow_button {	
	margin: 230px 0 0 175px;
	width: 120px;
	height: 30px;
	position: absolute;
}