#container {
    margin: 20px auto;
    
}

#left {
    width: 120px;
    padding: 20px;
    float: left;
}
#right {
    padding: 20px;
    overflow: auto;
}
#paginationcontainer {
	width: 1000px;
	margin-bottom: 10px;
	margin-top: 50px;
}

#paginationcontainer2 {
width: 1000px;
	margin-bottom: -8px;
	}

	

#navigation {
margin-left:40px;
  margin-top:16px;
font:16px arial,sans-serif; 
line-height:190%;
text-transform:uppercase;
text-align: right; 
}
#navigation a, #navigation a:visited {
    color: #000;
    text-decoration: none;
}
#navigation a:hover {
    color: #999;
    text-decoration: none;
}

#navigation td, #navigation th {
  
font-size: 1em;
 border: 0px solid black;
  padding: 0px


    
}

p.sanserif {
font:24px arial,sans-serif;
margin-top:15px;

}

p.bodytype {
width: 866px;
font:14px arial, sans-serif;
line-height: 140%;
margin-left: 0px;
margin-top: -12px;

}

#pagination {
    font: 14px/140% arial,sans-serif;
    font-size: 0.8em;
    list-style-type: none;
    margin-top:-37px;
    overflow: hidden;
    padding: 2px 0;
    text-transform: uppercase;
}
#pagination li {
    display: inline;
}
#pagination a, #pagination a:visited {
    color: #999;
    text-decoration: none;
}
#pagination a:hover {
    color: #000;
    text-decoration: none;
}
 #pagination .pagination-prev a { 
 background : url(previous.gif) no-repeat left center; 
 float : left; 
 padding-left : 20px 
 } 
 
 #pagination .pagination-next a { 
 background : url(next.gif) no-repeat right center; 
   position: relative;
   float : right;
 padding-right : 20px; 
 text-align : right 
 }
 
#pagination2 {
    font: 14px/140% arial,sans-serif;
    font-size: 0.8em;
    list-style-type: none;
    margin-top:10px;
    overflow: hidden;
    padding: 2px 0;
    text-transform: uppercase;
}
#pagination2 li {
    display: inline;
}
#pagination2 a, #pagination2 a:visited {
    color: #999;
    text-decoration: none;
}
#pagination2 a:hover {
    color: #000;
    text-decoration: none;
}
 #pagination2 .pagination-prev a { 
 background : url(previous.gif) no-repeat left center; 
 float : left; 
 padding-left : 20px 
 } 
 
 #pagination2 .pagination-next a { 
 background : url(next.gif) no-repeat right center; 
   position: relative;
   float : right;
 padding-right : 20px; 
 text-align : right 
 }

.page{
	height: 1269px;
	position: relative;
	width: 1000px;
}
{margin:40px 0px 20px 40px}

.page img{
	position: absolute;
	left: 2px;
	
    -webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	-ms-transition: all 5s ease;
	-o-transition: all 5s ease;
	transition: all 5s ease;
	
    opacity:0.0;
    filter:alpha(opacity=0);
}

.page img:hover{
	opacity:1.0;
    filter:alpha(opacity=100);/*position where      
    enlarged image should offset horizontally */
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

