#wrapper {
	float:left;
	width: 30%;
	
}
/* sliding image viewer */
#image_viewer {
	width: 200px;
	float: left;
	position: relative;
}
#image_holder {
	width: 200px;
	float: left;
	position: relative;
	border: 1px solid #fff;
}
#image_holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#image_holder ul li {
	margin: 0;
	padding: 10px 0 0 0;
	width: 200px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	font-size: 200px;
	position: relative;
}
*>#image_holder ul li {
	font-size: inherit;
}
#image_holder img {
	vertical-align: top;
}
#image_counter {
	padding-right:10px;
	color: #b4b4b4;
	float: right;
}
#image_controls {
	padding-bottom: 5px;
	float: left;
	padding-left:10px;
}
#image_controls a, #image_controls a:visited {
	margin-left: 3px;
	text-decoration: underline;
	color: #b4b4b4;
}
#image_controls a:hover {
	text-decoration: underline;
}

/* tabbed content image viewer */
#tabbed_content #image_viewer {
	margin: 10px 0;
	position: relative;
	z-index: 1;
	left: 30px;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
