/*GENERAL*/
#traditional_content {
	height:566px;
	margin:0 16px;
	padding-left:30px;
	overflow:hidden;
	display:none;
	position:absolute;
	top:50%;
	margin-top:-283px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.wide_preview_t {
	height:566px;
	position:relative;
	float:left;
}
.portrait {
	background:url(../images/bkg/interface.png) -642px 0 no-repeat;
	width:416px;
}
.landscape {
	background:url(../images/bkg/interface.png) -2546px 0 no-repeat;
	width:561px;
}
.wide {
	background:url(../images/bkg/interface.png) -1985px 0px no-repeat;
	width:561px;
}
.white_bkg_t {
	width:387px;
	height:537px;
	background:url(../images/bkg/frames_traditional.png) 0 -215px no-repeat;
	position:absolute;
	margin:6px 0 0 6px;
	z-index:0;
	/*box-shadow: 5px 5px 5px #888;*/
	border-radius:3px;
}
.white_bkg_t_wide {
	width:536px;
	height:215px;
	background:url(../images/bkg/frames_traditional.png) 0 0 no-repeat;
	position:absolute;
	margin:156px 0 0 6px;
	z-index:0;
	border-radius: 3px;
	/*box-shadow: 5px 5px 5px #888;*/
}
.white_bkg_t_landscape {
	width:536px;
	height:387px;
	background: url(../images/bkg/frames_traditional.png) -387px -215px no-repeat;
	position:absolute;
	margin:65px 0 0 6px;
	z-index:0;
	border-radius: 3px;
	/*box-shadow: 5px 5px 10px #333;*/
}
.thumb_container_t{
	width:366px;
	height:515px;
	position:absolute;
	margin:17px 0 0 16px;
	z-index: 500;
	overflow:hidden;
	background-color:white;
}
.thumb_container_t_wide{
	width:515px;
	height:193px;
	position:absolute;
	margin:167px 0 0 16px;
	z-index: 500;
	overflow:hidden;
	background-color:#dedede;
}
.thumb_container_t_landscape{
	width:515px;
	height:366px;
	position:absolute;
	margin:76px 0 0 16px;
	z-index: 500;
	overflow:hidden;
	background-color:#dedede;
}
.thumb_container_t > img {
	position:absolute;
}
.info_holder_t {
	position:absolute;
	width:500px;
	height:40px;
	background:white;
	margin:244px 0 0 2px;
	opacity:0.70;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	text-align:right;
	overflow:hidden;
	cursor:default;
}
.shadow_100 {
	position:absolute;
	left:0;
	top:0;
	width:366px;
	height:515px;
	background:url(../images/bkg/frames_traditional.png) -10px -226px no-repeat;
}
.shadow_100_wide {
	position:absolute;
	left:0;
	top:0;
	width:515px;
	height:193px;
	background:url(../images/bkg/frames_traditional.png) -10px -11px no-repeat;
}
.shadow_100_landscape {
	position:absolute;
	left:0;
	top:0;
	width:515px;
	height:366px;
	background:url(../images/bkg/frames_traditional.png) -398px -225px no-repeat;
}
/*.view_details {
	width:30px;
	height:61px;
	position:absolute;
	right:-30px;
	top:100px;
	line-height:30px;
	font-weight:bold;
	font-size:16px;
	color:white;
	text-align:center;
	cursor:pointer;
}
.next_detail {
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	background:black;
	opacity: 0.4;
	filter:alpha(opacity=40);
	border-radius: 3px 0 0 0;
}
.prev_detail {
	width:30px;
	height:30px;
	position:absolute;
	top:31px;
	left:0;
	background:black;
	opacity: 0.4;
	filter:alpha(opacity=40);
	border-radius: 0 0 0 3px;
}*/
.next {
    display:none;
    position:absolute;
    width:50px;
    height:50px;
    right:5px;
    background:url(../images/bkg/next.png) 0 0 no-repeat;
    opacity:0.6;
    filter:alpha(opacity=60);
    top:50%;
    margin-top:-25px;
    cursor:pointer;
}
.prev {
    display:none;
    position:absolute;
    width:50px;
    height:50px;
    left:5px;
    background:url(../images/bkg/prev.png) 0 0 no-repeat;
    opacity:0.6;
    filter:alpha(opacity=60);
    top:50%;
    margin-top:-25px;
    cursor:pointer;
}
.details_holder {
	position:absolute;
	overflow:hidden;
	left:0;
}
.details_holder img {
	display:none;
}
.details_standard {
	width:1098px;
	height:515px;
}
.details_wide {
	width:1545px;
	height:193px;
}
.details_landscape {
	width:1545px;
	height:366px;
}
.details_holder > img {
	position:relative;
	float:left;
}
/*LABELS*/
.five_t {
	background:url(../images/bkg/interface.png) 0 -444px no-repeat;
}
.six_t {
	background:url(../images/bkg/interface.png) -75px -444px no-repeat;
}
.seven_t {
	background:url(../images/bkg/interface.png) -150px -444px no-repeat;
}
.eight_t {
	background:url(../images/bkg/interface.png) -225px -444px no-repeat;
}
.nine_t {
	background:url(../images/bkg/interface.png) -300px -444px no-repeat;
}
.ten_t {
	background:url(../images/bkg/interface.png) -375px -444px no-repeat;
}
.thirteen_t {
	background:url(../images/bkg/interface.png) -450px -444px no-repeat;
}
.fourteen_t {
	background:url(../images/bkg/interface.png) -525px -444px no-repeat;
}
/*GLASS & LABEL*/
.glass {
	position:absolute;
	width:70px;
	height:84px;
	background:url(../images/bkg/interface.png) -549px 0 no-repeat;
	top:480px;
	right:4px;
	z-index:600;
}
.glass_wide {
	position:absolute;
	width:70px;
	height:84px;
	background:url(../images/bkg/interface.png) -549px 0 no-repeat;
	bottom:1px;
	left:487px;
	z-index:600;
}
.glass div, .glass_wide div {
	position:absolute;
}
.label_holder_t {
	width:316px;
	height:60px;
	z-index:590;
	position:absolute;
	margin:505px 0 0 30px;
	text-shadow: 0 1px 0 #eee;
}
.label_holder_t_wide{
	width:316px;
	height:60px;
	z-index:590;
	position:absolute;
	margin:505px 0 0 175px;
}
.label_head {
	float:right;
	width:63px;
	height:60px;
	background:url(../images/bkg/label_t.png) 0 0 repeat-x;
}
.label_body {
	float:right;
	width:5px;/*253*/
	height:60px;
	background:url(../images/bkg/label_t.png) 0 -60px repeat-x;
	overflow:hidden;
	cursor:default;
}
.label_title {
	color:#424242;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	font-style:normal;
	position:absolute;
	display:none;
	margin:14px 0 0 0;
}
.label_details {
	color:#808080;
	font-size:10px;
	font-weight:normal;
	/*letter-spacing:-1px;*/
	font-style:normal;
	position:absolute;
	display:none;
	margin:31px 0 0 0;
}
/*COLORS*/
.glass_front {
	position:absolute;
	width:70px;
	height:84px;
	background:url(../images/bkg/interface.png) -478px 0 no-repeat;
	margin:2px 0 0 0;
	z-index:100;
}
.purple_t {
	width:41px;
	height:128px;
	background:url(../images/bkg/interface.png) -437px 0 no-repeat;
	margin:-57px 0 0 -13px;
	z-index:0;
}
.gray_t {
	width:16px;
	height:132px;
	background:url(../images/bkg/interface.png) -421px 0 no-repeat;
	margin:-60px 0 0 8px;
	z-index:1;
}
.green_t {
	width:16px;
	height:131px;
	background:url(../images/bkg/interface.png) -366px -1px no-repeat;
	margin:-60px 0 0 13px;
	z-index:2;
}
.aquamarine_t {
	width:8px;
	height:131px;
	background:url(../images/bkg/interface.png) -278px 0 no-repeat;
	margin:-60px 0 0 43px;
	z-index:3;
}
.red_t {
	width:20px;
	height:131px;
	background:url(../images/bkg/interface.png) -258px 0 no-repeat;
	margin:-63px 0 0 54px;
	z-index:4;
}
.pink_t {
	width:11px;
	height:131px;
	background:url(../images/bkg/interface.png) -223px 1px no-repeat;
	margin:-61px 0 0 29px;
	z-index:5;
}
.light_green_t {
	width:25px;
	height:130px;
	background:url(../images/bkg/interface.png) -198px 0 no-repeat;
	margin:-60px 0 0 0;
	z-index:6;
}
.ochre_t {
	width:14px;
	height:131px;
	background:url(../images/bkg/interface.png) -184px 0 no-repeat;
	margin:-62px 0 0 19px;
	z-index:7;
}
.magenta_t {
	width:24px;
	height:131px;
	background:url(../images/bkg/interface.png) -234px 0 no-repeat;
	margin:-60px 0 0 18px;
	z-index:8;
}
.orange_t {
	width:39px;
	height:128px;
	background:url(../images/bkg/interface.png) -382px -1px no-repeat;
	margin:-57px 0 0 -7px;
	z-index:9;
}
.light_blue_t {
	width:80px;
	height:111px;
	background:url(../images/bkg/interface.png) -286px 0 no-repeat;
	margin:-40px 0 0 -25px;
	z-index:10;
}
.blue_t {
	width:20px;
	height:130px;
	background:url(../images/bkg/interface.png) -164px -1px no-repeat;
	margin:-59px 0 0 27px;
	z-index:11;
}
.yellow_t {
	width:21px;
	height:131px;
	background:url(../images/bkg/interface.png) -143px 0 no-repeat;
	margin:-60px 0 0 38px;
	z-index:12;
}
.dark_red_t {
	width:21px;
	height:131px;
	background:url(../images/bkg/interface.png) -122px 0 no-repeat;
	margin:-61px 0 0 46px;
	z-index:13;
}
.black_t {
	width:45px;
	height:127px;
	background:url(../images/bkg/interface.png) -78px 0 no-repeat;
	margin:-55px 0 0 37px;
	z-index:14;
}
.turquoise_t {
	width:78px;
	height:113px;
	background:url(../images/bkg/interface.png) 0 0 no-repeat;
	margin:-42px 0 0 13px;
	z-index:15;
}
.brown_t {
	width:24px;
	height:131px;
	background:url(../images/bkg/interface.png) -618px 0 no-repeat;
	margin:-60px 0 0 39px;
	z-index:16;
}
.marker_t {
	width:18px;
	height:110px;
	background:url(../images/bkg/interface.png) -525px -132px no-repeat;
	margin:-38px 0 0 20px;
	z-index:17;
}
.scissors_t {
	width:69px;
	height:118px;
	background:url(../images/bkg/interface.png) -525px -242px no-repeat;
	margin:-46px 0 0 7px;
	z-index:18;
}
.scotch_t {
	width:35px;
	height:77px;
	background:url(../images/bkg/interface.png) -543px -132px no-repeat;
	margin:-5px 0 0 5px;
	z-index:19;
}
/*cell of loneliness*/







