div#pText {
	width: 430px !important;
}

div#photoMainContainer {
	width: 460px;
	float: left;
	margin-top: 20px;
}	

.photoContainer {
	width: 120px;
	height: 176px;
	margin-right: 40px;
	float: left;
}

.photoBG {
	behavior: url(ie-png.htc);
	-ie-png-blankimage: url(../images/spacer.gif);
	width: 105px;
	height: 135px;
	background-image: url(../images/photo_bg_off.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	cursor: pointer;
}

.photoBG img {
	cursor: pointer;
}

.photoText {
	width: 102px;
	height: auto;
	float: left;
	padding-left: 2px;
}

div#playerContainer {
	behavior: url(ie-png.htc);
	-ie-png-blankimage: url(../images/spacer.gif);
	width: 64px;
	height: 26px;
	background-image: url(../images/player_bg.png);
	background-repeat: no-repeat;
	margin-top: 36px;
	margin-left: 4px;
}

div#playerButtons {
	float: left;
	padding-top:5px;
	padding-left: 5px;
}

div#black_bg {
	width: 100%;
	position: absolute;
	background-color: #000000;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.info {
	position: absolute;
	z-index: 20;
	display: none;
	width: 100%;
}

.infoTop {
	width: 438px;
	height: 5px;
	float: left;
}

.infoBottom {
	width: 438px;
	height: 6px;
	float: left;
}

.infoContent {
	width: 438px;
	height: auto;
	float: left;
	background-color: #dbd9e4;
}

.infoTitle {
	padding-left: 12px;
	margin-top: 9px;
	float: left;
}

.closeButton {
	margin-top: 2px;
	padding-right: 13px;
	float: right;
}

.infoSubContainer {
	width: 420px;
	height: auto;
	float: left;
	padding-left: 9px;
	margin-top: 12px;
}

.subContainerTop, .subContainerBottom {
	width: 420px;
	height: 5px;
	float: left;
}

.subContainerMain {
	width: 420px;
	height: auto;
	background-image: url(../images/infoSub_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #1c1c4e;
	float: left;
}

.subContainerElements {
	float: left;
	width: 370px;
	height: auto;
	padding-top: 14px;
	padding-left: 25px;
}

.info_photo {
	float: left;
	padding-right: 12px;
}

.subContainerElements p {
	color: #e2e2e2;
	font-size: 12px;
	margin-top: 0px;
}

.infoContainer {
	width: 438px;
	height: auto;
	/*left: 34%;*/
	position: relative;
	/*display: none;*/
	/*z-index: 20;*/
	/*background-color: #dbd9e4;*/
}

.centered_div {
	width: 438px;
	height: 300px;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
}

a{
	color: white;
	font-size: 12px;
}
a:hover{
	color: white;
	font-size: 12px;
	font-weight: bold;
}