.pr-gallery {
	clear:both;
}
.pr-galleryfullsize {
	float:left;
	width:710px;
	margin:0 10px 0 0;
}
.pr-galleryfullsize img {
	display:block;
	margin:0 auto;
}
.pr-caption {
	font-size:.75em;
}
.pr-thumbs {
	float:right;
	width:120px;
	margin:0 -10px 0 0;
}
.pr-thumbs a {
	float:left;
	outline:none;
	display:block;
	line-height:0;
	position:relative;
	margin:0 10px 10px 0;
}
.pr-thumbs a.selected img {
	opacity:.5;
}

/*
IE SPECIFIC STYLES
--------------------------------*/
* html .pr-thumbs {
	width:135px;
	margin:0 -25px 0 0;
}
* html .pr-galleryfullsize img {
	text-align:center;
}

/*
FLOAT CLEARING
---------------------------*/
.pr-gallery:after {
    content: ".";
    display: block;    
	height: 0px;
    clear: both;
    visibility: hidden;
}
*+html .pr-gallery {
   zoom:1;
}
* html .pr-gallery {
    height:1%;
}

