@charset "UTF-8";
/* CSS Document */

body {
    font-family:Arial, Helvetica, sans-serif;
    margin: 10px 20px;
    padding: 4px;
    position: relative;
    width: auto !important
;
}

p, h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:10px !important;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
	text-align:center !important;
}
	

img {
	border:none !important
;
}

#wrapper {
	width: 640px;
	height:970px;
    margin: 0 auto;	
	padding: 0 0 20px 0;
	border-style:solid;
	border-width:3px;
	background-color: #FFF;
	border-color:#6FBF4D;
    border-radius: 20px 20px 20px 20px !important
; 
}

#rice {
	margin-left:20px !important
;
}

#buttons {
	background-color:#FFF;
	margin-left:110px;
	margin-top:-260px;
}

button {  
    width: auto;  
    padding: 9px 15px;  
    background: #42722e;  
    border: 0;  
    font-size: 14px;  
    color: #FFFFFF;  
	border-style:solid;
	border-width:1px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius:12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px; 
}

#pen {
	background-image: url(../images/dish.png);
	background-repeat:no-repeat;
	position: absolute;
	z-index: 0;
	/*border-style:solid;
	border-width:2px;
	border-color:#000;
    border-radius: 10px 10px 10px 10px;*/
    width: 150px;
    min-height: 12em;
    margin-top: 600px;
	margin-bottom:0px;
	margin-left:80px;
	margin-right: 0px;
    overflow: hidden;
    top: 0;
    white-space: normal;
	display:block !important;
}

#pen h4 { 
	line-height: 16px; 
	margin: 0 0 0.4em; 
}

#pen .gallery h5 { 
	display: none !important
; 
}
  
#gallery {
	float: left; 
	min-height: 12em; 
	margin-top:0px !important
;
}

.gallery li { 
	float: left; 
	width: 150x; 
	padding: 0.4em; 
	margin: 0 0.4em 0.4em 0; 
	text-align: center !important
; 
}
  
.gallery li h5 { 
	margin: 0 0 0.4em; 
	cursor: move !important
; 
}
  
.gallery li a { 
	float: right !important
; 
}

.gallery li img {  
	cursor: move !important
; 
}
  
.gallery.custom-state-active { 
	background: #eee !important
; 
}

#animation {
	margin-top:0px;
	margin-left:300px;
	width:300px !important;
}
	
ul#gallery.gallery {
	width:500px !important;
	margin-left:00px;
}
 
.chrome  ul#gallery.gallery {
	width:500px !important;
	margin-left:-100px;
}
 
li {
	list-style-type: none;
	padding: 0px;
	margin: 0px !important
;
}

.bullet {
list-style-type: disc;
}

.ui-widget-content {
    /*background: url("../images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;*/
    border: none;
    color: #222222 !important
;
}

.ui-widget-header {
    background: none;
    border: none;
    font-weight: bold;
	text-align:center !important
;
}

.ui-widget-content {
	background-color:transparent;
	width:150px !important
;
}

.zoomimage a img{
	display:block; 
	width: 40px;
}

.zoomimage a:hover img{
	display:block; 
	width: 200px;
}