* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	background: url(../img/body-bg.png) repeat-x 50% 0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -160px; /* the bottom margin is the negative value of the footer's height */
}
.content {
	margin: 0 auto;
	width: 400px;
	padding: 50px;
	background: #eeeeee;
}
.content p {
	line-height: 2em;
	color: #333;
	font-size: 1.4em;
}

/*	
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////- RESULTS - Header
*/
#header-wrapper {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
}
.results #header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
.results #header .pagelink {
	display: block;
	height: 40px;
	width: 150px;
	background: url(../img/kalooga.png) top left no-repeat;
	text-indent: -999999em;
	position: absolute;
	top: 25px;
	left: 3px;
}
/*	
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////- RESULTS - Search function
*/
.searchfield {
	background: url(../img/bg-search.png) top left no-repeat;
	height: 35px;
	width: 663px;
	position: absolute;
	top: 14px;
	right: 0px;
	padding: 7px;
}
.searchinput {
	width: 592px;
	height: 17px;
	background: url(../img/bg-searchfield.png) top left no-repeat;
	border: 0px;
	padding: 9px;
	float: left;
}

.btnsearch {
	float: left;
	height: 35px;
	width: 45px;
	border: 0px;
	margin-left: 7px;
	text-indent: -99999em;
	font-size: 0em;
	cursor: pointer;
	background: url(../img/btnsearch.png) top left no-repeat;
}
.btnsearch:hover {
	background: url(../img/btnsearch.png) bottom left no-repeat;
}
/*
	RESULTS - Suggestions
*/
.sug-active {
	background: url(../img/btn-suggestions.png) top right no-repeat;
}
.suggestionslink:hover {
	text-decoration: underline;
}
.suggestionsWrapper {
	margin: 0 auto;
	width: 100%;
	height: 115px;
	background: url(../img/bg-suggestionswrapper.png);
	background-position: bottom;
}
.suggestionsWrapper .heading {
	width: 100%;
	margin: 0 auto;
	height: 115px;
}
.suggestionsWrapper .all {
	background: url(../img/headings/all.jpg) top center no-repeat;
}
.suggestionsWrapper .movies {
	background: url(../img/headings/movies.jpg) top center no-repeat;
}
.suggestionsWrapper .travel {
	background: url(../img/headings/travel.jpg) top center no-repeat;
}
.suggestionsWrapper .soccer {
	background: url(../img/headings/football.jpg) top center no-repeat;
}
.suggestionsWrapper .olympics {
	background: url(../img/headings/olympics.jpg) top center no-repeat;
}
.suggestionsWrapper .animals {
	background: url(../img/headings/animals.jpg) top center no-repeat;
}
.suggestionsWrapper .cars {
	background: url(../img/headings/cars.jpg) top center no-repeat;
}
.suggestionsWrapper .celebrities {
	background: url(../img/headings/celebrities.jpg) top center no-repeat;
}
#suggestions {
	width: 960px;
	height: 115px;
	margin: 0 auto;
	z-index: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#suggestions ul.interested {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
#suggestions ul.interested li {
	margin: 0;
	padding: 0;
}
#suggestions span.interested-title {
	display: block;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	height: 26px;
	background: url(../img/suggestions-title-bg-left.png) top left no-repeat;
	font-size: 1em;
	line-height: 2em;
	padding: 0 0 0 13px;
	float: left;
}
#suggestions span.interested-end {
	display: block;
	font-size: 1em;
	font-weight: bold;
	width: 13px;
	height: 26px;
	background: url(../img/suggestions-title-bg-right.png) top right no-repeat;
	font-size: 0em;
	text-indent: -9999em;
}
#suggestions ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 64px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 0;
}
#suggestions ul li {
	float: left;
	margin: 0 10px 0 0;
}
#suggestions ul li a {
	display: block;
	float: left;
	padding: 12px 20px 10px 70px;
	height: 42px;
	background: url(../img/bg-suggestions-links.png) top left no-repeat;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border: 0 solid #000;
	color: #cccccc;
	font-size: 1em;
	text-decoration: none;
	line-height: 18px;
	position: relative;
}
#suggestions ul li a:hover {
	color: #ffffff;
	background: url(../img/bg-suggestions-links.png) bottom left no-repeat;
}
#suggestions ul li a .img {
	position: absolute;
	top: 12px;
	left: 14px;
	width: 40px;
	height: 40px;
	float: left;
	border: 0px;
	background-repeat:no-repeat;
	background-position:top center;
}
#suggestions ul li a span {
	color: #999999;
	font-size: 0.9em;
	text-decoration: none;
}
#suggestions ul li a span.link {
	color: #cccccc;
	font-size: 1em;
	display: block;
	height: 20px;
	overflow: hidden;
	float: left;
}
/*	
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////- RESULTS - Category navigation
*/
#navSearch {
	margin: 0;
	padding: 0;
	height: 28px;
	position: absolute;
	top: 66px;
	left: 283px;
	float: left;
	z-index: 20;
}
.navItem {
	list-style: none;
	margin: 0 4px 0 0;
	padding: 0;
	height: 28px;
	float: left;
}
.navItem li {
	float: left;
}
.navItem li.last {
	margin: 0 !important;
}
.navItem li a {
	display: block;
	float: left;
	height: 19px;
	text-align: center;
	padding: 9px 7px 0 7px;
	outline: none;
	font-size: 0.9em;
	color: #666666; text-decoration: none;
}
.navItem li a:hover {
	text-decoration: underline;
	color: #333333;
}
.active li a {
	color: #ffffff;
}
.active li a:hover {
	color: #ffffff !important;
}
.navItem .left, .navItem .right {
	width: 3px;
	height: 28px;
	margin: 0;
	padding: 0;
	float: left;
}
.active .lAll { background: url(../img/topnav/left-all.png) top left no-repeat;}
.active .rAll { background: url(../img/topnav/right-all.png) top right no-repeat;}
.active .mAll { background: url(../img/topnav/all.png) top center no-repeat;}

.active .lFootball { background: url(../img/topnav/left-football.png) top left no-repeat;}
.active .rFootball { background: url(../img/topnav/right-football.png) top right no-repeat;}
.active .mFootball { background: url(../img/topnav/football.png) top center no-repeat;}

.active .lTravel { background: url(../img/topnav/left-travel.png) top left no-repeat;}
.active .rTravel { background: url(../img/topnav/right-travel.png) top right no-repeat;}
.active .mTravel { background: url(../img/topnav/travel.png) top center no-repeat;}

.active .lMovies { background: url(../img/topnav/left-movies.png) top left no-repeat;}
.active .rMovies { background: url(../img/topnav/right-movies.png) top right no-repeat;}
.active .mMovies { background: url(../img/topnav/movies.png) top center no-repeat;}

.active .lOlympics { background: url(../img/topnav/left-olympics.png) top left no-repeat;}
.active .rOlympics { background: url(../img/topnav/right-olympics.png) top right no-repeat;}
.active .mOlympics { background: url(../img/topnav/olympics.png) top center no-repeat;}

.active .lCars { background: url(../img/topnav/left-cars.png) top left no-repeat;}
.active .rCars { background: url(../img/topnav/right-cars.png) top right no-repeat;}
.active .mCars { background: url(../img/topnav/cars.png) top center no-repeat;}

.active .lAnimals { background: url(../img/topnav/left-animals.png) top left no-repeat;}
.active .rAnimals { background: url(../img/topnav/right-animals.png) top right no-repeat;}
.active .mAnimals { background: url(../img/topnav/animals.png) top center no-repeat;}

.active .lCelebs { background: url(../img/topnav/left-celebs.png) top left no-repeat;}
.active .rCelebs { background: url(../img/topnav/right-celebs.png) top right no-repeat;}
.active .mCelebs { background: url(../img/topnav/celebs.png) top center no-repeat;}

.navItem .mAll a:hover { color: #333333; text-decoration: underline;}
.navItem .mFootball a:hover {color:#31527e; text-decoration: underline;}
.navItem .mTravel a:hover {color:#ff6802; text-decoration: underline;}
.navItem .mMovies a:hover {color:#d71817; text-decoration: underline;}
.navItem .mOlympics a:hover {color:#257bd3; text-decoration: underline;}
.navItem .mCars a:hover {color:#454545; text-decoration: underline;}
.navItem .mAnimals a:hover {color:#654423; text-decoration: underline;}
.navItem .mCelebs a:hover {color:#ae1f8d; text-decoration: underline;}
/*	
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////- RESULTS - Content, results, advertisement
*/
#content-wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
#content {
	width: 960px;
	float: left;
	margin: 0;
	padding: 0;
}
#results-title {
	width: 960px;
	overflow: hidden;
	padding: 25px 0 25px 0;
}
#results-title h2 {
	color: #333333;
	font-weight: normal;
	margin: 0;
	font-size: 1.4em;
	display: block;
	width: 960px;
	height: 22px;
	overflow: hidden;
	padding: 0;
}
#results-title span {
	color: #666666;
	font-size: 0.9em;
}
#results-title a {
	color: #237fc0;
}
h2 {
	color: #333333;
	font-weight: normal;
	font-size: 1.6em;
	margin: 0 0 6px 0;
	padding: 0;
}
.queryInfo {
	font-size: 0.9em;
	color: #666;
}
/*	
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////- GALLERIES
*/
.gallery {
	width: 600px;
	height: 180px;
	background: url(../img/gallery-shade.png) bottom left no-repeat;
	padding: 0;
}
.title {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}
.title li {
	float: left;
	padding: 0 0 0 10px;
	height: 26px;
	background: url(../img/preview-title.png) top left no-repeat;
}
.title .title-start {
	max-width: 264px;
	overflow: hidden;
}
.title li a {
	color: #cccccc;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 23px;
	overflow: hidden;
}
.title li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.title li.title-end {
	float: left;
	padding: 0;
	background: url(../img/preview-title-end.png) top right no-repeat;
	width: 10px;
	height: 26px;
}
.meta {
	float: right;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
}
.meta li {
	height: 16px;
	border-right: 1px solid #cccccc;
	float: left;
	padding: 2px 6px 0 6px;
	font-size: 0.9em;
	color: #666;
}
.meta li a {
	color: #666;
	text-decoration: none;
}
.meta li a.report:hover {
	color: #ff0000;
	text-decoration: underline;
}
.meta li a.report-active {
	color: #ff0000;
	font-weight: bold;
}
.meta li a.report {
	color: #36619b;
}
.meta li.last {
	border: 0px;
	padding: 0px;
}
.gallery-thumbs {
	width: 600px;
	height: 112px;
	overflow: hidden;
	margin: 0 0 2px 0;
	clear: both;
}
.thumb {
	height: 100px;
	background: url(../img/bg-thumbs.png) top left no-repeat;
	float: left;
	padding: 6px 0 6px 6px;
	max-width: 138px;
	overflow: hidden;
}
.thumb a {
	border: 0px;
	overflow: hidden;
	display: block;
	height: 100px;
}
.thumb img {
	border: 0px;
}
.thumb-end {
	float: left;
	height: 112px;
	width: 6px;
	background: url(../img/bg-thumbs-right.png) top right no-repeat;
}
.source {
	list-style: none;
	margin: 0;
	padding: 0;
}
.source li {
	float: left;
	padding: 4px 0 0 7px;
}
.source .related {
	float: right;
	padding-right: 5px;
}
.source li span {
	color: #666;
	text-decoration: none;
	font-size: 0.9em;
}
.source li a span {
	color: #666;
}
.source li a {
	color: #36619b;
	text-decoration: none;
	font-size: 0.9em;
}
.source li a:hover {
	color: #333;
	text-decoration: underline;
	font-size: 0.9em;
}
/*	
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////- ADVERTISEMENT
*/
#advertisement {
	float: right;
	width: 320px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
span.advertisement-title {
	display: block;
	width: 314px;
	height: 28px;
	padding: 0 0 1px 0;
	font-size: 0.9em;
	color: #666;
	text-align: center;
	margin: 0 0 10px 0;
	background: url(../img/border-dotted.png) repeat-x 50% bottom;
}
span.advertisement-link {
	display: block;
	width: 314px;
	height: 28px;
	padding: 0 0 1px 0;
	font-size: 0.9em;
	color: #666;
	text-align: center;
	margin: 0 0 10px 0;
}
span.advertisement-link a {
	color: #666;
}
span.advertisement-link a:hover {
	color: #111111;
}
.iab-300 {
	width: 300px;
	height: 141px;
	padding: 32px 7px 7px 7px; 
	background: url(../img/bg-300x100.png) 0 25px no-repeat;
	margin: 0;
}
.iab-medium-rectangle {
	width: 300px;
	height: 315px;
	padding: 45px 7px 0 7px; 
	background: url(../img/bg-bannerblock.png) 0 15px no-repeat;
	margin: 0;
}
.iab-square-pop-up {
	width: 275px;
	height: 315px;
	padding: 45px 7px 0 32px; 
	background: url(../img/bg-bannerblock.png) 0 15px no-repeat;
	margin: 0;
}
.iab-300-kalooga .adPreviews {
	background: url(../img/bg-300x100.png) top left no-repeat;
	width: 300px;
	height: 100px;
	padding: 7px;
	margin: 0;
}
.iab-300-kalooga {
	height: 173px;
	padding: 7px 0 0 0;
}
.iab-300-kalooga ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.iab-300-kalooga ul li {
	float: left;
	width: 99px;
	height: 100px;
	background: #fff;
	margin: 0 2px 0 0;
}
.iab-300-kalooga ul li.last {
	margin: 0px !important;
	width: 98px;
}
.iab-300-kalooga ul li a {
	height: 87px;
	width: 99px;
	padding:13px 0 0 0;
	display: block;
	overflow: hidden;
	text-align: center;
}
.iab-300-kalooga ul li a img {
	border: 0px;
}
.iab-300-kalooga ul li.last a {
	margin: 0px !important;
	width: 98px;
}
.adTitle a {
	width: 300px;
	height: 18px;
	text-indent: 10px;
	color: #333;
	display: block;
	text-decoration: none;
}
.adUrl a {
	width: 300px;
	height: 20px;
	display: block;
	color: #666;
	text-decoration: none;
	text-indent: 10px;
	font-size: 0.9em;
}
.bannerblock {
	width: 314px;
	height: 314px;
	background: url(../img/bg-bannerblock.png) top left no-repeat;
	margin: 0;
	position: absolute;
	top: 270px;
}
.iab-250 {
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 32px 7px 32px 7px;
}
/*	
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////- RATING
*/
.star-rating{
	list-style:none;
	margin: 0 4px 0 6px;
	padding:0px;
	width: 48px;
	height: 16px;
	position: relative;
	overflow:hidden;
	float: left;
	background: url(../img/alt_star.png) top left repeat-x;		
}
.star-rating li{
	border: none;
	padding:0px;
	margin:0px;
	width:16px;
	height:16px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:16px;
	height: 16px;
	line-height:16px;		
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a:hover{
	background: url(../img/alt_star.png) left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}
.star-rating a.one-star{
	left: 0px;
	top: 0px;
}
.star-rating a.one-star:hover{
	width:16px;
}
.star-rating a.two-stars{
	left:16px;
}
.star-rating a.two-stars:hover{
	width: 32px;
}
.star-rating a.three-stars{
	left: 32px;
}
.star-rating a.three-stars:hover{
	width: 48px;
}
.star-rating li.current-rating{
	background: url(../img/alt_star.png) left center;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* remove halo effect in firefox   */
.star-rating a{
	outline: none;
}
/*	
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////- REPORT BUTTON
*/
.btn-report {
	display: block;
	height: 36px;
	padding: 0 15px 0 15px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	float: left;
	line-height: 36px;
	margin: 0 10px 0 0;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: 0;
}
.btn-report {
	background: url(../img/btn-accept.png);
	color: #b93107 !important;
}
.btn-report:hover {
	background: url(../img/btn-accept.png);
	color: #800f03 !important;
}
#adsense {
	margin: 0 auto;
	width: 844px;
	height: 90px;
	padding: 30px 0 20px 116px;
	background: url(../img/bg-adsense-shade.png) top left no-repeat;
	clear: both;
}
/*	
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////- RESULTS - Container
*/
#results-container {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
}
#results-meta {
	width: 590px;
	height: 23px;
	background: url(../img/bg-results-meta.png) top left no-repeat;
	padding: 6px 0 0 10px;
	position: relative;
	margin: 0 0 10px 0;
}
#results-meta span {
	font-size: 0.9em;
	color: #666;
}
#results-meta .safesearch-on, #results-meta .safesearch-off {
    height: 21px;
    background: url(../img/btn-safesearch.png) top left no-repeat;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 0.9em;
    text-decoration: none;
    text-indent: 26px;
    line-height: 20px;
    padding: 0 6px 0 0;
    color: #666666;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border: 1px solid #ccc;
}
#results-meta .safesearch-off {
	background: url(../img/btn-safesearch.png) bottom left no-repeat;
}
#results-meta .safesearch-on:hover, #results-meta .safesearch-off:hover {
	text-decoration: underline;
}
#results-meta .safesearch-on .green {
    color:#759E37;
    font-weight:bold;
    text-transform:uppercase;
}
#results-meta .safesearch-off .red {
	font-weight: bold;
	color: #cc3300;
    text-transform:uppercase;
}
.tooltip-content {
    display: none;        /* required */
	position: absolute;   /* required */
	padding: 10px;
	border: 1px solid grey;
	background-color: white;
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
    font-size:0.5em;
    width:500px;
}

/*
	FOOTER
*/
.footer, .push {
    height: 160px; /* .push must be the same height as .footer */
    clear: both;
}
.footer {
    width: 100%;
    background: #e1e1e1 url("../img/footer-border.gif") repeat-x 50% 0;
    padding: 0;
    
}
.footerContent {
    width: 960px;
    margin: 0 auto;
    color: #cccccc;
    padding: 20px 0 0 0;
}
.footerCol {
	width: 460px;
	float: left;
	height: 85px;
	padding: 0 20px 0 0;
	border-bottom: 1px solid #cccccc;
}
.footerCol h3 {
	color: #999;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0;
}
.footerCol p {
	color: #666;
	font-size: 0.9em;
	line-height: 1.8em;
}
.footerCol a {
	color: #999999;
	text-decoration: underline;
}
.footerCol a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#footerNav {
	margin: 0;
	padding: 0;
	list-style:none;
}
#footerNav li {
	border-left: 1px solid #cccccc;
	padding: 6px 10px 6px 10px;
	float: right;
}
#footerNav li a {
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
}
#footerNav li a:hover {
	font-size: 0.9em;
	color: #999999;
	text-decoration: underline;
}
#footerNav .first {
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	border: 0px;
	float: left;
	padding: 6px 10px 6px 0;
}
#footerNav .noBorder {
	border: 0px;
}
/*
	HOMEPAGE
*/
#container1060 {
	margin: 0 auto;
	width: 1060px;
	position: relative;
}
#header {
	width: 970px;
	margin: 0 auto;
	height: 100px;
	position: relative;
}
#header .pagelink {
	display: block;
	width: 150px;
	height: 50px;
	background: url(../img/kalooga.png) top left no-repeat;
	position: absolute;
	top: 25px;
	left: 0;
	text-indent: -9000em;
	outline: none;
}
#searchContainer {
	height: 517px;
	width: 1060px;
	position: relative;
	padding: 20px 0 0 0;
}
#search {
	width: 970px;
	position: relative;
	margin-left: 45px;
	height: 400px;
}
#slideshow {
	width: 970px;
	position: relative;
	margin-left: 40px;
	height: 400px;
	z-index: -1;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 97px;
	position: absolute;
	top: 407px;
	left: 35px;
	z-index: 999;
}
#nav li {
	float: left;
	margin: 0 16px 0 0;
	background: none;
}
#nav li.last {
	margin: 0 !important;
}
#nav li a {
	display: block;
	width: 108px;
	height: 28px;
	text-align: center;
	padding: 102px 0 0 0;
	outline: none;
	z-index: 99999;
	color: #666666; text-decoration: none;
}
#nav .all a {background: url(../img/nav/category-all.png) top left no-repeat;}
#nav .all a:hover {background: url(../img/nav/category-all.png) left center no-repeat; color:#222222; text-decoration: underline;}
#nav .all .activeSlide {background: url(../img/nav/category-all.png) left bottom no-repeat; color:#222222; z-index: 99999;}
#nav .all .activeSlide:hover {background: url(../img/nav/category-all.png) left bottom no-repeat;}

#nav .football a {background: url(../img/nav/category-football.png) top left no-repeat;}
#nav .football a:hover {background: url(../img/nav/category-football.png) left center no-repeat; color:#72a113; text-decoration: underline;}
#nav .football .activeSlide {background: url(../img/nav/category-football.png) left bottom no-repeat; color:#72a113;}
#nav .football .activeSlide:hover {background: url(../img/nav/category-football.png) left bottom no-repeat;}

#nav .travel a {background: url(../img/nav/category-travel.png) top left no-repeat;}
#nav .travel a:hover {background: url(../img/nav/category-travel.png) left center no-repeat; color:#ff6802; text-decoration: underline;}
#nav .travel .activeSlide {background: url(../img/nav/category-travel.png) left bottom no-repeat; color:#ff6802;}
#nav .travel .activeSlide:hover {background: url(../img/nav/category-travel.png) left bottom no-repeat;}

#nav .movies a {background: url(../img/nav/category-movies.png) top left no-repeat;}
#nav .movies a:hover {background: url(../img/nav/category-movies.png) left center no-repeat; color:#d71817; text-decoration: underline;}
#nav .movies .activeSlide {background: url(../img/nav/category-movies.png) left bottom no-repeat; color:#d71817;}
#nav .movies .activeSlide:hover {background: url(../img/nav/category-movies.png) left bottom no-repeat;}

#nav .olympics a {background: url(../img/nav/category-olympics.png) top left no-repeat;}
#nav .olympics a:hover {background: url(../img/nav/category-olympics.png) left center no-repeat; color:#257bd3; text-decoration: underline;}
#nav .olympics .activeSlide {background: url(../img/nav/category-olympics.png) left bottom no-repeat; color:#257bd3;}
#nav .olympics .activeSlide:hover {background: url(../img/nav/category-olympics.png) left bottom no-repeat;}

#nav .cars a {background: url(../img/nav/category-cars.png) top left no-repeat;}
#nav .cars a:hover {background: url(../img/nav/category-cars.png) left center no-repeat; color:#454545; text-decoration: underline;}
#nav .cars .activeSlide {background: url(../img/nav/category-cars.png) left bottom no-repeat; color:#454545;}
#nav .cars .activeSlide:hover {background: url(../img/nav/category-cars.png) left bottom no-repeat;}

#nav .animals a {background: url(../img/nav/category-animals.png) top left no-repeat;}
#nav .animals a:hover {background: url(../img/nav/category-animals.png) left center no-repeat; color:#654423; text-decoration: underline;}
#nav .animals .activeSlide {background: url(../img/nav/category-animals.png) left bottom no-repeat; color:#654423;}
#nav .animals .activeSlide:hover {background: url(../img/nav/category-animals.png) left bottom no-repeat;}

#nav .celebs a {background: url(../img/nav/category-celebs.png) top left no-repeat;}
#nav .celebs a:hover {background: url(../img/nav/category-celebs.png) left center no-repeat; color:#ae1f8d; text-decoration: underline;}
#nav .celebs .activeSlide {background: url(../img/nav/category-celebs.png) left bottom no-repeat; color:#ae1f8d;}
#nav .celebs .activeSlide:hover {background: url(../img/nav/category-celebs.png) left bottom no-repeat;}

#search img {
	z-index: 0;
}
.searchBox {
	position: absolute;
	top: 200px;
	left: 90px;
	height: 47px;
	width: 449px;
	padding: 13px;
	background: url(../img/search.png) top left no-repeat;
}
.searchBox input {
	height: 37px;
	width: 380px;
	padding: 10px 10px 0 10px;
	margin: 0;
	background: url(#); /* IE transparancy click bug fix */
	border: 0px;
	color: #ffffff;
	font-size: 2em;
}
.tagcloud {
	width: 388px;
	position: absolute;
	top: 20px;
	right: 55px;
	height: 360px;
	padding: 40px 0 0 0;
	background: url(../img/bg-tagcloud.png) top left no-repeat;
	overflow: hidden;
}
.tags {
	width: 310px;
	height: 265px;
	overflow: hidden;
	margin: 0 0 0 40px;
}
.tagcloud .title {
	height: 30px;
    display: table;
    margin: 10px auto;
}

.tagcloud .title h2 {
	display: block;
	height: 30px;
	background: #333;
	color: #ffffff;
	line-height: 29px;
	text-align: center;
	float: left;
	padding: 0 0 0 15px;
	font-size: 1em;
	font-weight: normal;
	background: url(../img/tagcloud-title.png) top left no-repeat;
}
.tagcloud .title span {
	display: block;
	height: 30px;
	width: 15px;
	float: left;
	padding: 0;
	background: url(../img/tagcloud-title-right.png) top right no-repeat;
	text-indent: -99999em;
	font-size: 0.1em;
}
#searchContainer h1 {
	display: block;
	position: absolute;
	top: 100px;
	left: 100px;
	width: 480px;
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.4em;
	text-shadow: 0 0 0.3em #000000;
	filter: glow(color=#444444,strength=3);
}
#searchContainer .galleryAmount {
	display: block;
	width: 460px;
	text-align: center;
	height: 20px;
	color: #ffffff;
	position: absolute;
	top: 280px;
	left: 100px;
	text-align: center;
	text-shadow: 0 0 0.3em #000000;
	filter: glow(color=#444444,strength=2);
}
.navCategoryPrev, .navCategoryNext {
	display: block;
	width: 25px;
	height: 40px;
	text-indent: -9000em;
	font-size: 0.1em;
	position: absolute;
	cursor: pointer;
}
.navCategoryPrev {
	background: url(../img/nav-cat-prev.png) top left no-repeat;
	top: 220px;
	left: 0;
}
.navCategoryPrev:hover {
		background: url(../img/nav-cat-prev.png) bottom left no-repeat;
}
.navCategoryNext {
	background: url(../img/nav-cat-next.png) top left no-repeat;
	top: 220px;
	right: 0;
}
.navCategoryNext:hover {
		background: url(../img/nav-cat-next.png) bottom left no-repeat;
}
.btnSearch {
	display: block;
	height: 47px;
	width: 48px;
	border: 0px;
	position: absolute;
	top: 213px;
	left: 504px;
	cursor: pointer;
	background: url(../img/btn-search.png) top left no-repeat;
	text-indent: -99999em;
	outline: none;
	z-index: 9999;
	font-size: 0.1em;
}
.btnSearch:hover {
	background: url(../img/btn-search.png) bottom left no-repeat;
}
.tagcloud a {
	color: #ffffff;
	text-shadow: 0 0 0.2em #000000;
	text-decoration: none;
	display: block;
	margin: 7px;
	padding: 0;
	float: left;
	height: 22px;
	padding: 8px 0 0 0;
}
.tagcloud a.large {
	font-size: 1.8em;
	height: 30px;
	padding: 0;
}
.tagcloud a.medium {
		font-size: 1.4em;
		height: 27px;
	padding: 3px 0 0 0;
}
.tagcloud a:hover {
	text-decoration: underline;
}
/*
	Topbar 
*/
.titlebar {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 9px 0 0 9px;
	overflow: hidden;
	position: absolute;
	top: 0px;
}
.titlebar ul li span {
    display:block;
    height:14px;
    overflow:hidden;
    width:500px;
}
.titlebar img {
	float: left;
	margin: 0 9px 0 0;
}
.titlebar a {
	display: block;
	height: 26px;
	background: url(../img/btn-back-to-results.png) top left no-repeat;
	padding-left: 22px;
	float: left;
	color: #cccccc;
	text-decoration: none;
	line-height: 24px;
}
.titlebar a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.titlebar span.endLink {
	display: block;
	height: 26px;
	background: url(../img/btn-back-to-results.png) top right no-repeat;
	width: 10px;
	float: left;
	text-indent: -9999em;
	font-size: 0em;
	margin: 0 10px 0 0;
}
.titlebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 float: left;
 height: 26px;
 color: #333;
 position: relative;
}
.titlebar ul li.copyright {
 font-style: italic;
 display: block;
 width: 500px;
 height: 11px;
 position: absolute;
 top: 15px;
 left: 0px;
 font-size: 0.9em;
 color: #666666;
}
.titlebar ul li.overlay-title {
    display: block;
    width: 500px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #333333;
}

.titlebar .overlaySearch {
	float: right;
	margin: 0 20px 0 0;
}
.titlebar .overlaySearch form {
	margin: 0;
	padding: 0;
}
.titlebar .overlaySearch form .submitbutton {
	margin: 0 0 0 4px;
	padding: 0;
	width: 34px;
	height: 26px;
	cursor: pointer;
	background: url(../img/btn-search-overlay.png) top left no-repeat;
	border: 0px;
	float: left;
}
.titlebar .overlaySearch form .searchtext {
	margin: 0 0 0 4px;
	padding: 0 5px 0 5px;
	width: 152px;
	height: 26px;
	background: url(../img/input-overlay.png) top left;
	border: 0px;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
.overlayGallery {
	height: 78px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 8px;
}
.overlay-thumb {
	border: 1px solid #dbdbdb;
	height: 76px;
	display: block;
	margin: 0 5px 0 0;
	float: left;
}
.overlay-thumb a img:hover {
    border: 2px solid #eeaa33;
}

.overlayGallery img {
	border: 2px solid #ffffff;
}
#adsense {
	margin: 0 auto;
	width: 844px;
	height: 90px;
	padding: 30px 0 20px 116px;
	background: url(../img/bg-adsense-shade.png) top left no-repeat;
	clear: both;
}
/*
	Paging
*/
.paging {
	list-style: none;
	margin:10px 0 30px 0;
	padding:0 0 0 130px;
	width: 400px;
	height: 24px;
}
.paging li {
	float: left;
	margin: 0 2px 0 2px;
}
.paging li a {
	display: block;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 2.2em;
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	background: url(../img/paging-sprite.png) top left no-repeat;
    background-position: -25px 0; width: 24px; height: 24px;
}
.paging li a:hover {
    background-position: -25px -24px;
	font-weight: bold;
	color: #333333;
}
.paging li a.active {
	color: #ffffff;
    background-position: -25px -48px;
}
.paging li.prevPage a {
	text-indent: -99999em;
    background-position: 0 -24px;
}
.paging li.prevPage a:hover {
    background-position: 0 0;
}
.paging li.prevPage a.inactive {
    background-position: 0 -48px;
}
.paging li.nextPage a {
	text-indent: -99999em;
    background-position: -50px -24px;
}
.paging li.nextPage a:hover {
    background-position: -50px 0;
}
.paging li.nextPage a.inactive {
    background-position: -50px -48px;
}
#nav img { border: none; display: block }
        
#tagcloud-popular {
    float: right;
    text-align: center;
    line-height: 2.4em;
    width: 320px;
}

#tagcloud-popular span {
    margin-left:5px;
    margin-right:5px; 
}

#tagcloud-popular span a {
    text-decoration: none;
}

#tagcloud-popular span a:hover {
    text-decoration: underline;
}

#tagcloud-popular span.tagcloud0 a {
    font-size:1.0em;
    color: #86A0DC;
}

#tagcloud-popular span.tagcloud1 a {
    font-size:1.2em;
    color: #86A0DC;    
}

#tagcloud-popular span.tagcloud2 a {
    font-size:1.3em;
    color: #395CAE;    
}

#tagcloud-popular span.tagcloud3 a {
    font-size:1.4em;
    color: #395CAE;    
}

#tagcloud-popular span.tagcloud4 a {
    font-size:1.5em;
    color: #607EC5;    
}

#tagcloud-popular span.tagcloud5 a {
    font-size:1.8em;
    color: #607EC5;    
}

#tagcloud-popular span.tagcloud6 a {
    font-size:2.0em;
    color: #264CA2;    
}

#tagcloud-popular span.tagcloud7 a {
    font-size:2.2em;
    color: #264CA2;
}