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


@import url(style_shared.css);



/* content
------------------------------------------------------------ */

#tabs1,
#tabs2,
#tabs3 {
	position: relative;
	height: 254px;
	}



ul.tabs {
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 80px;
	}
ul.tabs li {
	float: left;
	margin-right: 20px;
	}
ul.tabs li a {
	color: RGB(170,170,170);
	text-decoration: none;
	}
ul.tabs li a.current {
	color: black;
	cursor: default; 
	}
ul.tabs li a:hover {
	color: black;
	}




.work {
	visibility: hidden;
	width: 100%;
	height: 202px;
	position: absolute;
	top: 23px;
	left: 0;
	background: url(images/groupBG.gif) repeat-x;
	padding-top: 1px;
	}




.viewer {
	height: 202px;
	position: relative;
	overflow: hidden;
	margin: 0 50px;
	/*background: yellow;*/
	}


.groupItems {
	width: 99999px;
	height: 202px;
	position: absolute;
	/*background: white;*/
	}

.flipItem {
	width: 180px;
	height: 180px;
	float: left;
	background: white;
	margin-right: 30px;
	position: relative;
	text-align: center;
	}
.flipItem a {
	display: block;
	width: 180px;
	height: 180px;
	text-decoration: none;
	}
.flipItem a img {
	width: 180px;
	height: 180px;
	}
.flipItem a:hover span.title {
	color: black;
	}
.flipItem a span.title {
	width: 180px;
	height: 16px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: RGB(150,150,150);
	position: absolute;
	bottom: -18px;
	left: 0px;
	}




.flipLeft {
	width: 49px;
	height: 200px;
	border-right: 1px solid black;
	position: absolute;
	left: 0;
	top: 1px;
	}
.flipRight {
	width: 49px;
	height: 200px;
	border-left: 1px solid black;
	position: absolute;
	right: 0;
	top: 1px;
	}
.flipLeft a,
.flipRight a {
	display: block;
	width: 49px;
	height: 200px;
	background: url(images/flipLeftBttn.gif) no-repeat;
	text-indent: -9999px;
	}
.flipRight a {
	background-image: url(images/flipRightBttn.gif);
	}

.flipLeft a:hover,
.flipRight a:hover {
	background-position: 0 -200px;
	}
.flipLeft a:active {
	background-position: -1px -200px;
	}
.flipRight a:active {
	background-position: 1px -200px;
	}



a.post-edit-link {
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 11px;
	background: url(images/post_edit_icon_frontpage.png);
	text-indent: -99999px;
	}
a.post-edit-link:hover {
	background-position: 0 -20px;
	}


