#outerContent{
	margin-left:auto;
	margin-right:auto;
	background:url("../img/resources_bg.png");
	background-repeat:no-repeat;
	width:1024px;
	min-height:690px;
	height:auto;
}

td.resourceList{
	height:160px;
	width:160px;
	padding-right:25px;
	padding-bottom:36px;
	background-image:url('../img/picture_border_bg.png');
	background-repeat:no-repeat;
}

.resourceListCell{
	border:none;
	text-decoration:none;	
	margin-left:auto;
	margin-right:auto;
}

.resourceListCell img{
	position:relative;
	padding-bottom:5px;
	padding-top:10px;
	border:none;
	left:17px;
	
	width:125px;
	height:125px;
}

img.subImage{
	height: 53px;
	width: 53px;
	margin: 2px;
	cursor: pointer;
}

div.subImageContainer{
	height: 60px;
	width: 60px;
	background:url("../img/round_white_small_bg.png");
	background-repeat:no-repeat;
}

div.subImageSelectedContainer{
	height: 60px;
	width: 61px;
	background:url("../img/round_small_bg.png");
	background-repeat:no-repeat;
}

div.selectedImageContainer{
	width:360px;
	height:360px;
	background-image:url("../img/round_bg.png");
	background-repeat:no-repeat;
}

div.selectedBannerContainer{
	width:500px;
	/*height:513px;*/
	height:375px;
	background-image:url("../img/round_big_bg.png");
	background-repeat:no-repeat;
	position:relative;
}

img.subImageSelected{
	height: 53px;
	width: 53px;
	margin: 2px;
	cursor: pointer;
}

img.selectedImage{
	height: 300px;
	width: 300px;
	margin:25px 10px 25px 0px;;
	cursor: pointer;
}

table.fileTable{
	width: 344px;
	position:relative;
	left:-213px;
}

table.fileTable td{
	width:180px;
}

th.fileTableHeader h4{
	background-image:url("../img/red_gradient.png");
	background-repeat:repeat-x;
	height:28px;
}
