 .balloon{
-moz-border-radius-topleft: 100px;
-moz-border-radius-topright:100px;
-moz-border-radius-bottomleft:100px;
-moz-border-radius-bottomright:100px;
-webkit-border-top-left-radius:100px;
-webkit-border-top-right-radius:100px;
-webkit-border-bottom-left-radius:100px;
-webkit-border-bottom-right-radius:100px;
border-top-left-radius:100px;
border-top-right-radius:100px;
border-bottom-left-radius:100px;
border-bottom-right-radius:100px;
}
.pityMove{
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	text-align:center;
	z-index:2;
	font-weight:bolder;
	color:white;
	clear:both;
	position:absolute;
	height:100px;
	width:100px;
	padding:0px;
	margin:0px;
	/*line-height:0px;
	list-style-position:inside;*/
	list-style:none;
}

.star {
	max-width:125px;
	min-width:125px;
	width:50%;
	margin:auto;
	margin-top:0px;
	height:25px;
	border:0px solid black;
	cursor:pointer;
	z-index:97;
}
.starttxt {
	font-size:15px;
	z-index:100;
	position:absolute;
	text-align:center;
	background-color:white;
	border:1px solid black;
	width:20px;
	height:15px;
	display:none;
}
.starBG {
	width:125px;
	height:25px;
	background:white;
	position:relative;
	z-index:0;
	top:-50px;
}
.star_inner {
	height:25px;
	width:0px;
	background-color:red;
	position:relative;
	top:-25px;
	z-index:1;
	opacity:0.6;
	filter:alpha(opacity=60)
}
.float_stars {
	position:relative;
	top:0px;
	z-index:10;
}
.star_rating {
	max-width:100px;
	min-width:25px;
	width:50%;
	font-weight:bold;
	margin:auto;
	text-align:center;
	border:0px;
	background-color:white;
	color:black;
}
.star_rating_pos {
	width:50%;
	font-weight:bold;
	margin:auto;
	text-align:center;
}
.star_05 {
	width:12.5px;
	background-color:red;
}
.star_1 {
	width:25px;
	background-color:red;
}
.star_15 {
	width:37.5px;
	background-color:red;
}
.star_2 {
	width:50px;
	background-color:red;
}
.star_25 {
	width:62.5px;
	background-color:orange;
}
.star_3 {
	width:75px;
	background-color:orange;
}
.star_35 {
	width:87.5px;
	background-color:orange;
}
.star_4 {
	width:100px;
	background-color:orange;
}
.star_45 {
	width:112.5px;
	background-color:yellow;
}
.star_5 {
	width:125px;
	background-color:yellow;
}
.imgSpan {
	width:250px;
	padding:5px;
	display:inline-block;
	margin-bottom:3.5em;
	max-height:215px;
	text-align:center;
}
.imgContainer {
	display:inline-block;
	background-color:none;
	max-height:210px;
	text-align:center;
}
.imgDIV {
	display: table-cell;
	vertical-align: middle;
	min-width:150px;
	max-width:180px;
	width:150px;
	height:175px;
	margin:auto;
	border: 0px solid black;/*overflow:hidden;*/
}
img.preview {
	z-index:99;
	/*-moz-border-radius: 5px;
border-radius: 5px;*/
	background:white;
	border:2px solid black;
	transition:width .5s, height .5s;
	-moz-transition:width .5s, height .5s, -moz-transform .5s, background .5s, opacity .5s; /* Firefox 4 */
	-webkit-transition:width .5s, height .5s, -webkit-transform .5s, background .5s, opacity .5s; /* Safari and Chrome */
	-o-transition:width .5s, height .5s, -o-transform .5s, background .5s, opacity .5s; /* Opera */
	-moz-box-shadow: 2px 2px 3px #161616;
	-webkit-box-shadow: 2px 2px 3px #161616;
	box-shadow: 2px 2px 3px black;
	max-height:175px;
	max-width:150px;
}
.right:hover {
	background:black;
	transform:scale(1.45, 1.45) rotate(5deg);
	-moz-transform:scale(1.45, 1.45) rotate(5deg);/* Firefox 4 */
	-webkit-transform:scale(1.45, 1.45) rotate(5deg); /* Safari and Chrome */
	-o-transform:scale(1.45, 1.45) rotate(5deg); /* Opera */
}
.left:hover {
	background:black;
	transform:scale(1.45, 1.45) rotate(-5deg);
	-moz-transform:scale(1.45, 1.45) rotate(-5deg);/* Firefox 4 */
	-webkit-transform:scale(1.45, 1.45) rotate(-5deg); /* Safari and Chrome */
	-o-transform:scale(1.45, 1.45) rotate(-5deg); /* Opera */
}
.imgTitle {
	z-index:97;
	position:relative;
	font-family: verdana;
	font-weight:bold;
	font-size: .85em;
	padding-top:10px;
	margin-bottom:0px;
}
.imgTitle a:hover{
	text-decoration:underline;
	color:#f4eae6;
}
.imgTitle a{
	text-decoration:none;
	color:#f4eae6;
}
.menu{
	/*width:200px; 
	min-width:200px;
	min-height: 100%; 
	background-color:#bbbecc; 
	display:table-cell;
	border-right:1px solid black;
	z-index:5;
	vertical-align:top;
	font-size:14px;
}
.menu a{
	text-decoration:none;
	color:white;
}
.menu a:hover{
	text-decoration:underline;
	color:gray;
}*/
.header{
	z-index:303;
	overflow:hidden; 
	-moz-box-shadow: 0px 5px 8px rgba(0,0,0,.5);	
	-webkit-box-shadow: 0px 5px 8px rgba(0,0,0,.5); 
	width:100%; min-height:4em; max-height:100%; 
	background:#7b7b7b; 
	margin:0px; 
	border-bottom:1px solid black; 
	position:relative;
	top:0px;
}
.footer{
	overflow:hidden; 
	-moz-box-shadow: 0px -5px 8px rgba(0,0,0,.5);	
	-webkit-box-shadow: 0px -5px 8px rgba(0,0,0,.5); 
	width:100%; min-height:4em; max-height:100%; 
	background:#7b7b7b; 
	margin:0px; 
	border-top:1px solid black; 
	z-index:302;
}
h3{
	color:white;
	float:left;
	margin-left:1em;
}
.gallery {
	background-color:none;
	text-align: center;
	height:100%;
	width:100%;
	display:table-cell;
	padding-top:4em;
}
.imgref {
	border:none;
}
html, body {
	background:#414141;
	height:100%;
	font-family: verdana;
	min-width:550px;
}
.menu_top
{
	width:100%;
    max-width:250px;
	margin:auto;
	float:right;
    z-index:300;
/*	position:fixed;
	top:0px;
	right:0px*/
}
.menu_bottom
{
	width:100%;
    max-width:310px;
	margin:auto;
	float:right;
    z-index:300;
/*	position:fixed;
	top:0px;
	right:0px*/
}
.socialFeed
{
    margin-left:12px;
    margin-right:12px;
    bottom:25px;
    float:left;
    position:relative;
    width:50px;
    height:50px;
    background:none;
	-moz-transform: rotate(-45deg);/* Firefox 4 */
    transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */
	-o-transform:rotate(-45deg); /* Opera */
	transition:width .5s, height .5s;
	-moz-transition:width .5s, height .5s, -moz-transform .5s, background .5s, opacity .5s; /* Firefox 4 */
	-webkit-transition:width .5s, height .5s, -webkit-transform .5s, background .5s, opacity .5s; /* Safari and Chrome */
	-o-transition:width .5s, height .5s, -o-transform .5s, background .5s, opacity .5s; /* Opera */
	cursor:pointer;
	text-align:center;
	display:table-column;
	min-width:50px;
}
.socialFeed .tweet
{
	color:#33ccff;
}
.socialFeed .da
{
	color:#202826;
}
.socialFeed img{
	border:0px;
}
.socialFeed:hover
{
    -moz-transform: rotate(0deg) translate(0, 30px);/* Firefox 4 */
    transform:rotate(0deg) translate(0, 30px);
	-webkit-transform:rotate(0deg) translate(0, 30px); /* Safari and Chrome */
	-o-transform:rotate(0deg) translate(0, 30px); /* Opera */
	z-index:1000;
}
.socialName{
	 -moz-transition:width .5s, height .5s, -moz-transform .5s, background .5s, opacity .5s; /* Firefox 4 */
	-webkit-transition:width .5s, height .5s, -webkit-transform .5s, background .5s, opacity .5s; /* Safari and Chrome */
	-o-transition:width .5s, height .5s, -o-transform .5s, background .5s, opacity .5s; /* Opera */
	font-family: verdana;
	font-size:10px;
	font-weight:bold;
	color:#33ccff;
}
.socialFeed:hover .socialName{
	opacity:0.0
}