@CHARSET "UTF-8";
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*
/*  Search You
/*  Copyright 2009
/*
/*  Cascading Style Sheet
/*
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  Author: Colin MacDonald, Pure Innovation Limited
/* ---------------------------------------------------------------------- */


/* ###################################### */
/* GENERAL CONTENT FORMATTING
/* ###################################### */

div#what_you_get div#screenshots {
	width: 590px;
	margin: 0 auto;
}

div#what_you_get div#screenshots img {
	margin-right: 40px;
	padding: 20px 0 0 0;
}

div#what_you_get div#screenshots img.last {
	margin: 0 !important;
}

div#what_you_get p#free {
	padding-top: 16px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

div#what_you_get div#icons_container {
	position: relative;
	margin-top: 20px;
}

div#what_you_get ul#icons {
	height: 30px;
	list-style: none;
	margin: 0 auto;
	position: inherit;
	width: 690px;
	padding: 0 0 56px 0;
}

div#what_you_get ul#icons li {
	float: left;
  width: auto;
	padding: 0 0 0 40px;
	vertical-align: middle;
	font-size: 1.2em;
	font-weight: bold;
}

div#what_you_get .coverflow_previous_button{
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 90px;
  background: url(/images/button_carousel_left.png);
  z-index: 100;
  cursor: pointer;
}

div#what_you_get .coverflow_previous_button_over {
  background: url(/images/button_carousel_left_over.png);
}

div#what_you_get .coverflow_previous_button_disabled {
  background: url(/images/button_carousel_left_disabled.png);
  cursor: default;
}

div#what_you_get .coverflow_next_button {
  float: right;
  width: 50px;
  height: 50px;
  margin-top: 90px;
  background: url(/images/button_carousel_right.png);
  z-index: 100;
  cursor: pointer;
}

div#what_you_get .coverflow_next_button_over {
  background: url(/images/button_carousel_right_over.png);
}

div#what_you_get .coverflow_next_button_disabled {
  background: url(/images/button_carousel_right_disabled.png);;
  cursor: default;
}