/* Media Screen */	
@media screen and (max-width:1024px){
	#slideshow img.bg {
	left:50%; margin-left:-512px;}}	
	
@media screen and (max-width:800px) {
	#slideshow img {
	margin-left:-224px;}
	#content, #content22 {
	width:98%;	margin:10px 0px 10px 0px;}}
	
@media screen and (max-width:700px) {
	#slideshow img {
	margin-left:-324px;}}

@media screen and (max-width:600px) {
	#slideshow img {
	margin-left:-424px;}

#content h2, #content22 h2 {
	margin:10px 0 10px 0;
	font:18px/2 arial; line-height:18px;}	
	
#content h3, #content22 h3, 
#content h4, #content22 h4, 
#content22 h4 a, #content22 h4 a:visited, 
#content22 h4 a:hover, #content22 h4 a:active { 
	margin:0 0 10px 0; 
	font:16px/2 serif; line-height:18px;}	

@media screen and (max-width:500px) {
	#slideshow img {
	margin-left:-524px;}}	

	


	
	
	
	
	
	
	
	
	
	