#zoom_table{margin:0px}
/* remember to define focus styles! */
:focus {
	outline: 0; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }

 
/* Keep superscript tags from breaking line-height */
sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em; }

 
#frame {
	width: 863px;
	height: 515px;
	position: relative;
	overflow: hidden;
	background: #fff; }

#frame .nav {
  position: absolute;
  left: 292px;
  top: 5px; }
#frame  .nav li {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #838383;
    cursor: pointer; 
    float: left;
    display: inline; 
    margin: 0 14px 0 0;
    padding: 0 0 1px 0; }
 #frame .nav li.active {
      color: #000;
      border-bottom: 3px solid #000; }

.container {
	position: absolute;
	top: 45px;
	left: 0;
	width: 826px;
	height: 408px;
	overflow: hidden; }
  .container ul {
    margin: 0;
    padding:0;
    width: 100000px;
    position: relative;
    top: 0;
    left: 0;
  	height: 408px; }
    .container ul li {
    	width: 826px;
    	height: 568px;
      float: left; 
      position: relative;
      background: url(../img/title.gif) no-repeat 16px 15px; }
      .container ul img {
        padding: 0 0 0 286px; }
      .container ul li h6 {
        font-size: 13px;
        line-height: 17px;
        font-weight: bold;
        color: #333;
        margin: 0 0 0.25em 0; 
        position: absolute;
        top: 80px;
        left: 20px; }
      .container ul li p {
        font-size: 12px;
        line-height: 16px;
        color: #333; 
        position: absolute;
        top: 105px;
        left: 20px;
        width: 230px; }

.previous_button {
	position: absolute;
	bottom: 0;
	left: 459px;
	width: 98px;
	height: 49px;
	display: block;
	cursor: pointer; 
	background: url(../img/left-arrow.jpg) no-repeat; }
  .previous_button:hover {
  	background: url(../img/left-arrow-active.jpg) no-repeat; }
.next_button {
	position: absolute;
	bottom: 0;
	left: 557px;
	width: 97px;
	height: 49px;
	display: block;
	cursor: pointer; 
	background: url(../img/right-arrow.jpg) no-repeat; }
  .next_button:hover {
  	background: url(../img/right-arrow-active.jpg) no-repeat; }

.try_buy {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/buy_and_try.jpg) no-repeat 0 bottom;
  width: 265px;
  height: 243px; }
  #buy-now {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 125px;
  	height: 40px;
  	display: block; }
  #try-now {
  	position: absolute;
  	bottom: 0;
  	left: 126px;
  	width: 100px;
  	height: 40px;
  	display: block; }