.thumb_container {
	width:125px;
	height:125px;
	text-align: center;
	padding: 0;
	float: left;
	margin-right: 10px;
}
.thumb_count {
	width:125px;
	height:62px;
	background-image: url('/images/thumbsUp/thumb_count.png');
}
.thumb_container div,
.thumb_container p,
.thumb_container a
 {
	padding: 0 0 0 0;
	padding-bottom: 0;
	line-height: normal;
}
.thumb_count p.num {
	font-size:34px;
	line-height:34px;
	height: 34px;
	color:#d3007d;
	font-family:georgia;
	padding: 2px 0 4px 0;
	vertical-align: bottom;
}
.thumb_count p.num img {
	height: 16px;
	width: 16px; 
	margin-top: 8px;
}
.thumb_button {
	display: block;
	width:125px;
	height:60px;
	border:0px;
	line-height: normal;
}
.active_thumb_button {
	background-image: url('/images/thumbsUp/thumb_button.png');
}
.active_thumb_button:hover {
	background-image: url('/images/thumbsUp/thumb_button_over.png');
}
.inactive_thumb_button {
	background-image: url('/images/thumbsUp/thumb_button_visited.png');
	cursor: default;
}

.jqmWindow p {
	text-align: left;
}
p.jqmCloseWrapper {
	text-align: right;
}
.jqmClose {
	font-weight: bold;
}
/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
