﻿.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {
width: 18px;
background: transparent url(background-bar.gif) -1px 0px repeat-y;
background-color: #ffffff;
}
.vscrollerbar {
width: 9px;
height: 16px;
min-height: 16px;
margin-left: 4px;
background: transparent url(jog-bar.gif) 1px 0px repeat-y;
}
.hscrollerbase {
height: 15px;
}
.hscrollerbar {
height: 15px;
}
.vscrollerbar, .hscrollerbar {
padding: 18px;
z-index: 2;
}

.vscrollerbar {
	padding-top:21px;
}
.vscrollerbarbeg {
width: 9px;
height: 20px !important;
background: url(jog-bar-top.gif) 0px 0px no-repeat;
}
.vscrollerbarend {
width: 9px;
height: 8px;
background: url(jog-bar-bottom.gif) 0px 0px no-repeat;
}
.hscrollerbarbeg {
height: 15px;
width: 15px !important;
}
.hscrollerbarend {
height: 15px;
width: 15px;
}
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}
.vscrollerbasebeg {
background: url(jog-up-arrow.gif) 0px 0px no-repeat;
width: 18px;
height: 21px !important;
}
.vscrollerbaseend {
background: url(jog-down-arrow.gif) 0px 0px no-repeat;
height: 18px;
width: 19px;
margin-right: 10px;
}
.hscrollerbasebeg {
height: 15px;
width: 15px !important;
}
.hscrollerbaseend {
height: 15px;
width: 15px;
}
.scrollerjogbox:hover {

}

div#what-new-scroller {
/* Typical fixed height and fixed width example */
width: 490px;
height: 270px; 
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0.3em auto;
padding: 15px;
}
div#most-popular-scroller {
/* Typical fixed height and fixed width example */
width: 435px;
height: 230px; 
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0.3em auto;
padding: 15px;
}

div#the-recipe-scroller {
/* Typical fixed height and fixed width example */
width: 435px;
height: 240px; 
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0.3em auto;
padding: 15px;
}
div#the-recipe-home-scroller {
/* Typical fixed height and fixed width example */
width: 440px;
height: 200px; 
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0.3em auto;
padding: 15px;
}
div#recipe-recommend-scroller {
/* Typical fixed height and fixed width example */
width: 360px;
height: 170px; 
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0.3em auto;
padding: 15px;
}
div#recipe-recommend-iframe {
/* Typical fixed height and fixed width example */
width: 360px;
height: 170px; 
}
