@charset "UTF-8";
/* CSS Document */

#TCG_mainContainer {
	 margin-bottom:0px; margin-left:auto; margin-right:auto; margin-top:0px; overflow:visible; position:relative; word-wrap:break-word;  text-align:left; width: 600px;
}
#TCG_baseContainer {
	 -webkit-border-radius:6px;
	 -moz-border-radius:6px;
	width: 580px; height:auto; background-color:#CCCCCC; padding:10px;
}
#TCG_mainImageDiv {
	 -webkit-border-radius:4px;
	 -moz-border-radius:4px;
	clear:left; width: 580px; background-color:#FFFFFF; padding:10px 0px 10px 0px; overflow:hidden;
}
#TCG_imagesListContainer {
	clear:left; width: 580px; height:46px; padding:10px 0px 10px 0px; overflow:hidden;
	background-image:url(../imgs/TCG_imagesListBG.gif);
}

.TCG_menuAlbum {
	height:25px;
	width:auto;
	overflow:hidden;
	float:left;
	background-color:#999999;
	background-image:url(../imgs/TCG_albumBtnBG.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	color:#FFFFFF;
	font-family:'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
	margin-right:1px;
	text-shadow:2px 2px 2px #666666;
}
.TCG_menuAlbum:hover {
	background-color:#E4E4E4;
	background-image:url(../imgs/TCG_albumBtnBG-hover.gif);
}
.TCG_thbImageDiv {
	height:40px;
	width:40px;
	border:3px solid #333333;
	overflow:hidden;
	float:left;
	margin-right:2px;
	cursor:pointer;
}
.TCG_thbImageDiv:hover {
	border:3px solid #999999;
}
.TCG_thbImage {
	width:50px;
	height:50px;
	border:none;
	-moz-opacity:0.7;
	opacity:0.7;
}
.TCG_thbImage:hover {
	-moz-opacity:1;
	opacity:1;
}
.TCG_ImageDiv {
	width:580px;
	min-height:100px;
	text-align:center;
}

#TCG_imagesPrev {
	height:46px;
	width:10px;
	float:left;
	margin-right:2px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(../imgs/TCG_PrevBtn.gif);
}
#TCG_imagesPrev:hover {
	background-image:url(../imgs/TCG_PrevBtn-hover.gif);
}
#TCG_imagesNext {
	height:46px;
	width:10px;
	float:right;
	margin-left:2px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(../imgs/TCG_NextBtn.gif);
}
#TCG_imagesNext:hover {
	background-image:url(../imgs/TCG_NextBtn-hover.gif);
}

#TCG_albumTitle {
	width:580px;
	text-align:center;
	font-family:'Helvetica Neue', 'Arial', sans-serif;
	color:#333333;
	font-size:16px;
}
#TCG_albumDescr {
	margin-top:10px;
	width:580px;
	text-align:center;
	font-family:'Helvetica Neue', 'Arial', sans-serif;
	color:#333333;
	font-size:12px;
}
